Html Css Color HEX #AAFBA8 Pale Green

📋 copy color: '#AAFBA8'

red 170 ◦ green 251 ◦ blue 168

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

Shades of Pale Green #AAFBA8

Tints of Pale Green #AAFBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.61%

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

R = 28.86%
G = 42.61%
B = 28.52%

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

#AAFBA8 (or 0xAAFBA8) is known color: Pale Green. HEX triplet: AA, FB and A8. RGB value is (170,251,168). Sum of RGB (Red+Green+Blue) = 170+251+168=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA8 is #550457. Grayscale: #D9D9D9. Windows color (decimal): -5571672 or 11074474. OLE color: 11074474.

HSL color Cylindrical-coordinate representation of color #AAFBA8: hue angle of 118.55º degrees, saturation: 0.91, 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 #AAFBA8 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 168 -
CMYK 0.32 0 0.33 0.02
HSL 118.55º 0.91% 0.82% -
HSV(B) 118.55º 0.33% 0.98% -
XYZ 58.14 80.37 49.49 -
YUV 217.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 170 251 168 0.32 0 0.33 0.02 118.55 0.91 0.82
Hex AA FB A8 20 0 21 2 77 5B 52
Octal 252 373 250 40 0 41 2 167 133 122
Binary 10101010 11111011 10101000 100000 0 100001 10 1110111 1011011 1010010

Color Harmonies of #AAFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBA8

Black with #AAFBA8

Text Example


Text Example

White with #AAFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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