#A9DCB2

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

Shades of Celadon #A9DCB2

Tints of Celadon #A9DCB2

Color information

#A9DCB2 (or 0xA9DCB2) is unknown color: approx Celadon. HEX triplet: A9, DC and B2. RGB value is (169,220,178). Sum of RGB (Red+Green+Blue) = 169+220+178=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCB2 is #56234D. Grayscale: #C8C8C8. Windows color (decimal): -5645134 or 11721897. OLE color: 11721897.

HSL color Cylindrical-coordinate representation of color #A9DCB2: hue angle of 130.59º 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 #A9DCB2 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB169220178-
CMYK0.2300.190.14
HSL130.59º42.15%76.27%-
HSV(B)130.59º23.18%86.27%-
XYZ49.9962.8451.61-
YUV199.96115.6105.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.81%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=29.81%
G=38.80%
B=31.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201780.2300.190.14130.5942.1576.27
HexA9DCB217013E832a4c
Octal251334262270231620352114
Binary101010011101110010110010101110100111110100000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCB2; }

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

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

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

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

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

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

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

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