#AAF3AD

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

Shades of Celadon #AAF3AD

Tints of Celadon #AAF3AD

Color information

#AAF3AD (or 0xAAF3AD) is unknown color: approx Celadon. HEX triplet: AA, F3 and AD. RGB value is (170,243,173). Sum of RGB (Red+Green+Blue) = 170+243+173=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3AD is #550C52. Grayscale: #D5D5D5. Windows color (decimal): -5573715 or 11400106. OLE color: 11400106.

HSL color Cylindrical-coordinate representation of color #AAF3AD: hue angle of 122.47º degrees, saturation: 0.75, 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 #AAF3AD is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB170243173-
CMYK0.3000.290.05
HSL122.47º75.26%80.98%-
HSV(B)122.47º30.04%95.29%-
XYZ56.1775.6651.18-
YUV213.19105.3297.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=29.01%
G=41.47%
B=29.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431730.3000.290.05122.4775.2680.98
HexAAF3AD1E01D57a4b51
Octal252363255360355172113121
Binary10101010111100111010110111110011101101111101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3AD; }

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

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

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

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

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

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

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

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