#A9DCB0

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

Shades of Celadon #A9DCB0

Tints of Celadon #A9DCB0

Color information

#A9DCB0 (or 0xA9DCB0) is unknown color: approx Celadon. HEX triplet: A9, DC and B0. RGB value is (169,220,176). Sum of RGB (Red+Green+Blue) = 169+220+176=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCB0 is #56234F. Grayscale: #C7C7C7. Windows color (decimal): -5645136 or 11590825. OLE color: 11590825.

HSL color Cylindrical-coordinate representation of color #A9DCB0: hue angle of 128.24º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCB0 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB169220176-
CMYK0.2300.20.14
HSL128.24º42.15%76.27%-
HSV(B)128.24º23.18%86.27%-
XYZ49.7962.7650.56-
YUV199.74114.6106.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=29.91%
G=38.94%
B=31.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201760.2300.20.14128.2442.1576.27
HexA9DCB017014E802a4c
Octal251334260270241620052114
Binary101010011101110010110000101110101001110100000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCB0; }

 p { color: rgb(169,220,176); }

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

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

 a { background-color: rgb(169,220,176); }

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

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

 span { border-color: rgb(169,220,176); }

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