Html Css Color HEX #AAF5A5 Pale Green

📋 copy color: '#AAF5A5'

red 170 ◦ green 245 ◦ blue 165

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

Shades of Pale Green #AAF5A5

Tints of Pale Green #AAF5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.45%

R = 29.31%
G = 42.24%
B = 28.45%

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

#AAF5A5 (or 0xAAF5A5) is known color: Pale Green. HEX triplet: AA, F5 and A5. RGB value is (170,245,165). Sum of RGB (Red+Green+Blue) = 170+245+165=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 245 (96.09% from 255 or 42.24% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5A5 is #550A5A. Grayscale: #D5D5D5. Windows color (decimal): -5573211 or 10876330. OLE color: 10876330.

HSL color Cylindrical-coordinate representation of color #AAF5A5: hue angle of 116.25º 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 #AAF5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 165 -
CMYK 0.31 0 0.33 0.04
HSL 116.25º 0.8% 0.8% -
HSV(B) 116.25º 0.33% 0.96% -
XYZ 56.02 76.57 47.42 -
YUV 213.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 170 245 165 0.31 0 0.33 0.04 116.25 0.8 0.8
Hex AA F5 A5 1F 0 21 4 74 50 50
Octal 252 365 245 37 0 41 4 164 120 120
Binary 10101010 11110101 10100101 11111 0 100001 100 1110100 1010000 1010000

Color Harmonies of #AAF5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5A5

Black with #AAF5A5

Text Example


Text Example

White with #AAF5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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