Html Css Color HEX #AAF4A8 Celadon

📋 copy color: '#AAF4A8'

red 170 ◦ green 244 ◦ blue 168

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

Shades of Celadon #AAF4A8

Tints of Celadon #AAF4A8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.92%

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

R = 29.21%
G = 41.92%
B = 28.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#AAF4A8 (or 0xAAF4A8) is known color: Celadon. HEX triplet: AA, F4 and A8. RGB value is (170,244,168). Sum of RGB (Red+Green+Blue) = 170+244+168=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF4A8 is #550B57. Grayscale: #D5D5D5. Windows color (decimal): -5573464 or 11072682. OLE color: 11072682.

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

Color convert

RGB 170 244 168 -
CMYK 0.30 0 0.31 0.04
HSL 118.42º 0.78% 0.81% -
HSV(B) 118.42º 0.31% 0.96% -
XYZ 56 76.07 48.78 -
YUV 213.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 170 244 168 0.30 0 0.31 0.04 118.42 0.78 0.81
Hex AA F4 A8 1E 0 1F 4 76 4E 51
Octal 252 364 250 36 0 37 4 166 116 121
Binary 10101010 11110100 10101000 11110 0 11111 100 1110110 1001110 1010001

Color Harmonies of #AAF4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4A8

Black with #AAF4A8

Text Example


Text Example

White with #AAF4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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