Html Css Color HEX #AAF29F Pale Green

📋 copy color: '#AAF29F'

red 170 ◦ green 242 ◦ blue 159

#AAF29F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #AAF29F

Tints of Pale Green #AAF29F

RGB

 RED value IS 170 (66.8% from 255) = 29.77%

 GREEN value IS 242 (94.92% from 255) = 42.38%

 BLUE value IS 159 (62.5% from 255) = 27.85%

R = 29.77%
G = 42.38%
B = 27.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AAF29F (or 0xAAF29F) is known color: Pale Green. HEX triplet: AA, F2 and 9F. RGB value is (170,242,159). Sum of RGB (Red+Green+Blue) = 170+242+159=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF29F is #550D60. Grayscale: #D3D3D3. Windows color (decimal): -5573985 or 10482346. OLE color: 10482346.

HSL color Cylindrical-coordinate representation of color #AAF29F: hue angle of 112.05º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF29F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 159 -
CMYK 0.30 0 0.34 0.05
HSL 112.05º 0.76% 0.79% -
HSV(B) 112.05º 0.34% 0.95% -
XYZ 54.59 74.55 44.31 -
YUV 211.01 98.65 98.75 -
System Red Green Blue C M Y K H S L
Decimal 170 242 159 0.30 0 0.34 0.05 112.05 0.76 0.79
Hex AA F2 9F 1E 0 22 5 70 4C 4F
Octal 252 362 237 36 0 42 5 160 114 117
Binary 10101010 11110010 10011111 11110 0 100010 101 1110000 1001100 1001111

Color Harmonies of #AAF29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF29F

Black with #AAF29F

Text Example


Text Example

White with #AAF29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF29F; }

 p { color: rgb(170,242,159); }

 H1.HeaderClassName
 {
   color: #AAF29F;
 }
 .AnyTagClassName
 {
   color: #AAF29F;
 }
</style>

background-color css

<style>
 a { background-color: #AAF29F; }

 a { background-color: rgb(170,242,159); }

 div.DivClassName
 {
   background-color: #AAF29F;
 }
 .BgClassName
 {
   background-color: #AAF29F;
 }
</style>

border-color css

<style>
 span { border-color: #AAF29F; }

 span { border-color: rgb(170,242,159); }

 td.TdClassName
 {
   border-color: #AAF29F;
 }
 .TagClassName
 {
   border-color: #AAF29F;
 }
</style>