#A9D5AE

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

Shades of Celadon #A9D5AE

Tints of Celadon #A9D5AE

Color information

#A9D5AE (or 0xA9D5AE) is unknown color: approx Celadon. HEX triplet: A9, D5 and AE. RGB value is (169,213,174). Sum of RGB (Red+Green+Blue) = 169+213+174=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D5AE is #562A51. Grayscale: #C3C3C3. Windows color (decimal): -5646930 or 11457961. OLE color: 11457961.

HSL color Cylindrical-coordinate representation of color #A9D5AE: hue angle of 126.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5AE is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB169213174-
CMYK0.2100.180.16
HSL126.82º34.38%74.9%-
HSV(B)126.82º20.66%83.53%-
XYZ47.859.0848.93-
YUV195.4115.92109.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.40%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=30.40%
G=38.31%
B=31.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692131740.2100.180.16126.8234.3874.9
HexA9D5AE15012107f224b
Octal251325256250222017742113
Binary101010011101010110101110101010100101000011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5AE; }

 p { color: rgb(169,213,174); }

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

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

 a { background-color: rgb(169,213,174); }

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

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

 span { border-color: rgb(169,213,174); }

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