Html Css Color HEX #AAFC9D Pale Green

📋 copy color: '#AAFC9D'

red 170 ◦ green 252 ◦ blue 157

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

Shades of Pale Green #AAFC9D

Tints of Pale Green #AAFC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.12%

R = 29.36%
G = 43.52%
B = 27.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#AAFC9D (or 0xAAFC9D) is known color: Pale Green. HEX triplet: AA, FC and 9D. RGB value is (170,252,157). Sum of RGB (Red+Green+Blue) = 170+252+157=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9D is #550362. Grayscale: #D8D8D8. Windows color (decimal): -5571427 or 10353834. OLE color: 10353834.

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

Color convert

RGB 170 252 157 -
CMYK 0.33 0 0.38 0.01
HSL 111.79º 0.94% 0.8% -
HSV(B) 111.79º 0.38% 0.99% -
XYZ 57.47 80.6 44.43 -
YUV 216.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 170 252 157 0.33 0 0.38 0.01 111.79 0.94 0.8
Hex AA FC 9D 21 0 26 1 70 5E 50
Octal 252 374 235 41 0 46 1 160 136 120
Binary 10101010 11111100 10011101 100001 0 100110 1 1110000 1011110 1010000

Color Harmonies of #AAFC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC9D

Black with #AAFC9D

Text Example


Text Example

White with #AAFC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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