Html Css Color HEX #AAFC96 Pale Green

📋 copy color: '#AAFC96'

red 170 ◦ green 252 ◦ blue 150

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

Shades of Pale Green #AAFC96

Tints of Pale Green #AAFC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.22%

R = 29.72%
G = 44.06%
B = 26.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#AAFC96 (or 0xAAFC96) is known color: Pale Green. HEX triplet: AA, FC and 96. RGB value is (170,252,150). Sum of RGB (Red+Green+Blue) = 170+252+150=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC96 is #550369. Grayscale: #D8D8D8. Windows color (decimal): -5571434 or 9895082. OLE color: 9895082.

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

Color convert

RGB 170 252 150 -
CMYK 0.33 0 0.40 0.01
HSL 108.24º 0.94% 0.79% -
HSV(B) 108.24º 0.4% 0.99% -
XYZ 56.89 80.37 41.37 -
YUV 215.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 170 252 150 0.33 0 0.40 0.01 108.24 0.94 0.79
Hex AA FC 96 21 0 28 1 6C 5E 4F
Octal 252 374 226 41 0 50 1 154 136 117
Binary 10101010 11111100 10010110 100001 0 101000 1 1101100 1011110 1001111

Color Harmonies of #AAFC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC96

Black with #AAFC96

Text Example


Text Example

White with #AAFC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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