Html Css Color HEX #AAFA9D Pale Green

📋 copy color: '#AAFA9D'

red 170 ◦ green 250 ◦ blue 157

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

Shades of Pale Green #AAFA9D

Tints of Pale Green #AAFA9D

RGB

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

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

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

R = 29.46%
G = 43.33%
B = 27.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#AAFA9D (or 0xAAFA9D) is known color: Pale Green. HEX triplet: AA, FA and 9D. RGB value is (170,250,157). Sum of RGB (Red+Green+Blue) = 170+250+157=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA9D is #550562. Grayscale: #D7D7D7. Windows color (decimal): -5571939 or 10353322. OLE color: 10353322.

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

Color convert

RGB 170 250 157 -
CMYK 0.32 0 0.37 0.02
HSL 111.61º 0.9% 0.8% -
HSV(B) 111.61º 0.37% 0.98% -
XYZ 56.85 79.35 44.22 -
YUV 215.48 95 95.56 -
System Red Green Blue C M Y K H S L
Decimal 170 250 157 0.32 0 0.37 0.02 111.61 0.9 0.8
Hex AA FA 9D 20 0 25 2 70 5A 50
Octal 252 372 235 40 0 45 2 160 132 120
Binary 10101010 11111010 10011101 100000 0 100101 10 1110000 1011010 1010000

Color Harmonies of #AAFA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA9D

Black with #AAFA9D

Text Example


Text Example

White with #AAFA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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