#A9D6AE

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

Shades of Celadon #A9D6AE

Tints of Celadon #A9D6AE

Color information

#A9D6AE (or 0xA9D6AE) is unknown color: approx Celadon. HEX triplet: A9, D6 and AE. RGB value is (169,214,174). Sum of RGB (Red+Green+Blue) = 169+214+174=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D6AE is #562951. Grayscale: #C4C4C4. Windows color (decimal): -5646674 or 11458217. OLE color: 11458217.

HSL color Cylindrical-coordinate representation of color #A9D6AE: hue angle of 126.67º degrees, saturation: 0.35, 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 #A9D6AE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB169214174-
CMYK0.2100.190.16
HSL126.67º35.43%75.1%-
HSV(B)126.67º21.03%83.92%-
XYZ48.0559.5849.01-
YUV195.98115.59108.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=30.34%
G=38.42%
B=31.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141740.2100.190.16126.6735.4375.1
HexA9D6AE15013107f234b
Octal251326256250232017743113
Binary101010011101011010101110101010100111000011111111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D6AE; }

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

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

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

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

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

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

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

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