COLOR #AAF339

HEX: #AAF339
RGB: (170,243,57)

Color info

#AAF339 contains mainly green color. Web safe color of #AAF339 is #99FF33 (or #9F3).

RGB color model

#AAF339 color RGB value is (170,243,57).

  • red value is 170;
  • green value is 243;
  • blue value is 57.
RGB:
(170,243,57)
(67%,95%,22%)

RGB channels and saturation

R 170 of 255 = 67%
G 243 of 255 = 95%
B 57 of 255 = 22%

170
243
57

R + G + B ~ 61%. #AAF339 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 243 + 57 = 470 (100%)
R 170 of 470 ~ 36.17%
G 243 of 470 ~ 51.7%
B 57 of 470 ~ 12.13%

%36.17
%51.7
%12.13

CMYK color model

#AAF339 color CMYK value is (30,0,77,5).

  • cyan value is 30.04%
  • magenta value is 0.00%
  • yellow value is 76.54%
  • key color value is 4.71%
CMYK:
(30,0,77,5)
C30M0Y77K5 
(30%,0%,77%,5%)
(0.30/0.00/0.77/0.05)	

CMYK percentages

%30.04
%0
%76.54
%4.71

Codes

Color #AAF339 in popluar color models

AAF339
RGB17024357
HSL84°88.57%58.82%
HSB/HSV84°76.54%95.29%
CMYK30.04%0.00%76.54%
4.71%

Color #AAF339 in popluar number systems.

HEXAAF339
Decimal17024357
Binary1010101011110011111001
Octal25236371

Shades and tints

Shades of #AAF339

#AAF339
(170,243,57)
#9BDD34
(155,221,52)
#8CC72F
(140,199,47)
#7DB12A
(125,177,42)
#6E9B25
(110,155,37)
#5F8520
(95,133,32)
#506F1B
(80,111,27)
#415916
(65,89,22)
#324311
(50,67,17)
#232D0C
(35,45,12)
#141707
(20,23,7)
#000000
(0,0,0)

Tints of #AAF339

#AAF339
(170,243,57)
#B1F44B
(177,244,75)
#B8F55D
(184,245,93)
#BFF66F
(191,246,111)
#C6F781
(198,247,129)
#CDF893
(205,248,147)
#D4F9A5
(212,249,165)
#DBFAB7
(219,250,183)
#E2FBC9
(226,251,201)
#E9FCDB
(233,252,219)
#F0FDED
(240,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF339 color. Also use rgb(170,243,57) instead hex code.

Text Font Color

.myTextColor { color: #AAF339; }

<p style="color:#AAF339">This sample text font color is #AAF339.</p>

This text font color is #AAF339.


Background Color

.myBgColor { background-color: #AAF339; }

<div style="background-color:#AAF339">Inner text</div>

This div background color is #AAF339.


Border color

.myBorderColor { border: 1px solid #AAF339; }

<div style="border:3px solid #AAF339">Div</div>

This div border color is #AAF339.


Opacity

.myOpacity80 { color: #AAF339; opacity: 0.8; }

<p style="color:#AAF339;opacity:0.8;">80%</p>

Text with #AAF339 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAF339;}

<p style="text-shadow: 3px 3px 1px #AAF339">Text here.</p>

This text has shadow with #AAF339 color.

.textShadow {text-shadow: 3px 3px 1px #AAF339, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAF339, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAF339 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAF339, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAF339, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAF339 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAF339;
  -webkit-box-shadow:	1px 1px 3px 2px #AAF339;
  box-shadow:		1px 1px 3px 2px #AAF339;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAF339;
-webkit-box-shadow: 1px 1px 3px 2px #AAF339;
box-shadow:1px 1px 3px 2px #AAF339;">
Div content here</div>
This div box has shadow with color #AAF339.

Preview

Color preview on black background

This text has color #AAF339 on black background.


Color preview on white background

This text has color #AAF339 on white background.



Black color preview on #AAF339 background

This text has black color on #AAF339 background.


White color preview on #AAF339 background

This text has white color on #AAF339 background.