Html Css Color HEX #AAF5A4 Pale Green

📋 copy color: '#AAF5A4'

red 170 ◦ green 245 ◦ blue 164

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

Shades of Pale Green #AAF5A4

Tints of Pale Green #AAF5A4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.31%

 BLUE value IS 164 (64.45% from 255) = 28.32%

R = 29.36%
G = 42.31%
B = 28.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#AAF5A4 (or 0xAAF5A4) is known color: Pale Green. HEX triplet: AA, F5 and A4. RGB value is (170,245,164). Sum of RGB (Red+Green+Blue) = 170+245+164=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5A4 is #550A5B. Grayscale: #D5D5D5. Windows color (decimal): -5573212 or 10810794. OLE color: 10810794.

HSL color Cylindrical-coordinate representation of color #AAF5A4: hue angle of 115.56º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF5A4 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 164 -
CMYK 0.31 0 0.33 0.04
HSL 115.56º 0.8% 0.8% -
HSV(B) 115.56º 0.33% 0.96% -
XYZ 55.93 76.53 46.95 -
YUV 213.34 100.15 97.09 -
System Red Green Blue C M Y K H S L
Decimal 170 245 164 0.31 0 0.33 0.04 115.56 0.8 0.8
Hex AA F5 A4 1F 0 21 4 74 50 50
Octal 252 365 244 37 0 41 4 164 120 120
Binary 10101010 11110101 10100100 11111 0 100001 100 1110100 1010000 1010000

Color Harmonies of #AAF5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5A4

Black with #AAF5A4

Text Example


Text Example

White with #AAF5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5A4; }

 p { color: rgb(170,245,164); }

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

background-color css

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

 a { background-color: rgb(170,245,164); }

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

border-color css

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

 span { border-color: rgb(170,245,164); }

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