#A9DAAF

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

Shades of Celadon #A9DAAF

Tints of Celadon #A9DAAF

Color information

#A9DAAF (or 0xA9DAAF) is unknown color: approx Celadon. HEX triplet: A9, DA and AF. RGB value is (169,218,175). Sum of RGB (Red+Green+Blue) = 169+218+175=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DAAF is #562550. Grayscale: #C6C6C6. Windows color (decimal): -5645649 or 11524777. OLE color: 11524777.

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

Color convert

RGB169218175-
CMYK0.2200.200.15
HSL127.35º39.84%75.88%-
HSV(B)127.35º22.48%85.49%-
XYZ49.1761.6749.87-
YUV198.45114.77107-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=30.07%
G=38.79%
B=31.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692181750.2200.200.15127.3539.8475.88
HexA9DAAF16014F7f284c
Octal251332257260241717750114
Binary10101001110110101010111110110010100111111111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAAF; }

 p { color: rgb(169,218,175); }

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

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

 a { background-color: rgb(169,218,175); }

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

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

 span { border-color: rgb(169,218,175); }

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