Html Css Color HEX #AAF2A8 Celadon

📋 copy color: '#AAF2A8'

red 170 ◦ green 242 ◦ blue 168

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

Shades of Celadon #AAF2A8

Tints of Celadon #AAF2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 29.31%
G = 41.72%
B = 28.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#AAF2A8 (or 0xAAF2A8) is known color: Celadon. HEX triplet: AA, F2 and A8. RGB value is (170,242,168). Sum of RGB (Red+Green+Blue) = 170+242+168=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2A8 is #550D57. Grayscale: #D4D4D4. Windows color (decimal): -5573976 or 11072170. OLE color: 11072170.

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

Color convert

RGB 170 242 168 -
CMYK 0.30 0 0.31 0.05
HSL 118.38º 0.74% 0.8% -
HSV(B) 118.38º 0.31% 0.95% -
XYZ 55.4 74.88 48.58 -
YUV 212.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 170 242 168 0.30 0 0.31 0.05 118.38 0.74 0.8
Hex AA F2 A8 1E 0 1F 5 76 4A 50
Octal 252 362 250 36 0 37 5 166 112 120
Binary 10101010 11110010 10101000 11110 0 11111 101 1110110 1001010 1010000

Color Harmonies of #AAF2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2A8

Black with #AAF2A8

Text Example


Text Example

White with #AAF2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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