Html Css Color HEX #AAFC9E Pale Green

📋 copy color: '#AAFC9E'

red 170 ◦ green 252 ◦ blue 158

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

Shades of Pale Green #AAFC9E

Tints of Pale Green #AAFC9E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.45%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 29.31%
G = 43.45%
B = 27.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#AAFC9E (or 0xAAFC9E) is known color: Pale Green. HEX triplet: AA, FC and 9E. RGB value is (170,252,158). Sum of RGB (Red+Green+Blue) = 170+252+158=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9E is #550361. Grayscale: #D9D9D9. Windows color (decimal): -5571426 or 10419370. OLE color: 10419370.

HSL color Cylindrical-coordinate representation of color #AAFC9E: hue angle of 112.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAFC9E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 158 -
CMYK 0.33 0 0.37 0.01
HSL 112.34º 0.94% 0.8% -
HSV(B) 112.34º 0.37% 0.99% -
XYZ 57.56 80.64 44.88 -
YUV 216.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 170 252 158 0.33 0 0.37 0.01 112.34 0.94 0.8
Hex AA FC 9E 21 0 25 1 70 5E 50
Octal 252 374 236 41 0 45 1 160 136 120
Binary 10101010 11111100 10011110 100001 0 100101 1 1110000 1011110 1010000

Color Harmonies of #AAFC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC9E

Black with #AAFC9E

Text Example


Text Example

White with #AAFC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC9E; }

 p { color: rgb(170,252,158); }

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

background-color css

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

 a { background-color: rgb(170,252,158); }

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

border-color css

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

 span { border-color: rgb(170,252,158); }

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