#AAF4AD

Color #AAF4AD Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AAF4AD

Tints of Celadon #AAF4AD

Color information

#AAF4AD (or 0xAAF4AD) is unknown color: approx Celadon. HEX triplet: AA, F4 and AD. RGB value is (170,244,173). Sum of RGB (Red+Green+Blue) = 170+244+173=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF4AD is #550B52. Grayscale: #D5D5D5. Windows color (decimal): -5573459 or 11400362. OLE color: 11400362.

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

Color convert

RGB170244173-
CMYK0.3000.290.04
HSL122.43º77.08%81.18%-
HSV(B)122.43º30.33%95.69%-
XYZ56.4776.2651.28-
YUV213.78104.9896.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=28.96%
G=41.57%
B=29.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441730.3000.290.04122.4377.0881.18
HexAAF4AD1E01D47a4d51
Octal252364255360354172115121
Binary10101010111101001010110111110011101100111101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF4AD; }

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

 H1.HeaderClassName
 {
   color: #AAF4AD;
 }
 .AnyTagClassName
 {
   color: #AAF4AD;
 }
</style>
background-color css

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

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

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

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

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

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