#A9D8AE

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

Shades of Celadon #A9D8AE

Tints of Celadon #A9D8AE

Color information

#A9D8AE (or 0xA9D8AE) is unknown color: approx Celadon. HEX triplet: A9, D8 and AE. RGB value is (169,216,174). Sum of RGB (Red+Green+Blue) = 169+216+174=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8AE is #562751. Grayscale: #C5C5C5. Windows color (decimal): -5646162 or 11458729. OLE color: 11458729.

HSL color Cylindrical-coordinate representation of color #A9D8AE: hue angle of 126.38º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8AE is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB169216174-
CMYK0.2200.190.15
HSL126.38º37.6%75.49%-
HSV(B)126.38º21.76%84.71%-
XYZ48.5660.649.18-
YUV197.16114.93107.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=30.23%
G=38.64%
B=31.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692161740.2200.190.15126.3837.675.49
HexA9D8AE16013F7e264b
Octal251330256260231717646113
Binary10101001110110001010111010110010011111111111101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D8AE; }

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

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

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

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

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

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

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

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