Html Css Color HEX #AAFAA8 Pale Green

📋 copy color: '#AAFAA8'

red 170 ◦ green 250 ◦ blue 168

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

Shades of Pale Green #AAFAA8

Tints of Pale Green #AAFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.52%

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 28.91%
G = 42.52%
B = 28.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#AAFAA8 (or 0xAAFAA8) is known color: Pale Green. HEX triplet: AA, FA and A8. RGB value is (170,250,168). Sum of RGB (Red+Green+Blue) = 170+250+168=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAA8 is #550557. Grayscale: #D8D8D8. Windows color (decimal): -5571928 or 11074218. OLE color: 11074218.

HSL color Cylindrical-coordinate representation of color #AAFAA8: hue angle of 118.54º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 168 -
CMYK 0.32 0 0.33 0.02
HSL 118.54º 0.89% 0.82% -
HSV(B) 118.54º 0.33% 0.98% -
XYZ 57.83 79.74 49.39 -
YUV 216.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 170 250 168 0.32 0 0.33 0.02 118.54 0.89 0.82
Hex AA FA A8 20 0 21 2 77 59 52
Octal 252 372 250 40 0 41 2 167 131 122
Binary 10101010 11111010 10101000 100000 0 100001 10 1110111 1011001 1010010

Color Harmonies of #AAFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAA8

Black with #AAFAA8

Text Example


Text Example

White with #AAFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAA8; }

 p { color: rgb(170,250,168); }

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

background-color css

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

 a { background-color: rgb(170,250,168); }

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

border-color css

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

 span { border-color: rgb(170,250,168); }

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