Html Css Color HEX #AAF2A9 Celadon

📋 copy color: '#AAF2A9'

red 170 ◦ green 242 ◦ blue 169

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

Shades of Celadon #AAF2A9

Tints of Celadon #AAF2A9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 169 (66.41% from 255) = 29.09%

R = 29.26%
G = 41.65%
B = 29.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#AAF2A9 (or 0xAAF2A9) is known color: Celadon. HEX triplet: AA, F2 and A9. RGB value is (170,242,169). Sum of RGB (Red+Green+Blue) = 170+242+169=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2A9 is #550D56. Grayscale: #D4D4D4. Windows color (decimal): -5573975 or 11137706. OLE color: 11137706.

HSL color Cylindrical-coordinate representation of color #AAF2A9: hue angle of 119.18º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2A9 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 169 -
CMYK 0.30 0 0.30 0.05
HSL 119.18º 0.74% 0.81% -
HSV(B) 119.18º 0.3% 0.95% -
XYZ 55.49 74.91 49.07 -
YUV 212.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 170 242 169 0.30 0 0.30 0.05 119.18 0.74 0.81
Hex AA F2 A9 1E 0 1E 5 77 4A 51
Octal 252 362 251 36 0 36 5 167 112 121
Binary 10101010 11110010 10101001 11110 0 11110 101 1110111 1001010 1010001

Color Harmonies of #AAF2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2A9

Black with #AAF2A9

Text Example


Text Example

White with #AAF2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2A9; }

 p { color: rgb(170,242,169); }

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

background-color css

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

 a { background-color: rgb(170,242,169); }

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

border-color css

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

 span { border-color: rgb(170,242,169); }

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