#A9DCAD

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

Shades of Celadon #A9DCAD

Tints of Celadon #A9DCAD

Color information

#A9DCAD (or 0xA9DCAD) is unknown color: approx Celadon. HEX triplet: A9, DC and AD. RGB value is (169,220,173). Sum of RGB (Red+Green+Blue) = 169+220+173=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCAD is #562352. Grayscale: #C7C7C7. Windows color (decimal): -5645139 or 11394217. OLE color: 11394217.

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

Color convert

RGB169220173-
CMYK0.2300.210.14
HSL124.71º42.15%76.27%-
HSV(B)124.71º23.18%86.27%-
XYZ49.562.6449.02-
YUV199.39113.1106.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=30.07%
G=39.15%
B=30.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201730.2300.210.14124.7142.1576.27
HexA9DCAD17015E7d2a4c
Octal251334255270251617552114
Binary10101001110111001010110110111010101111011111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCAD; }

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

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

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

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

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

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

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

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