#A8D9AD

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

Shades of Celadon #A8D9AD

Tints of Celadon #A8D9AD

Color information

#A8D9AD (or 0xA8D9AD) is unknown color: approx Celadon. HEX triplet: A8, D9 and AD. RGB value is (168,217,173). Sum of RGB (Red+Green+Blue) = 168+217+173=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9AD is #572652. Grayscale: #C5C5C5. Windows color (decimal): -5711443 or 11393448. OLE color: 11393448.

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

Color convert

RGB168217173-
CMYK0.2300.200.15
HSL126.12º39.2%75.49%-
HSV(B)126.12º22.58%85.1%-
XYZ48.560.9748.75-
YUV197.33114.27107.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=30.11%
G=38.89%
B=31.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171730.2300.200.15126.1239.275.49
HexA8D9AD17014F7e274b
Octal250331255270241717647113
Binary10101000110110011010110110111010100111111111101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9AD; }

 p { color: rgb(168,217,173); }

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

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

 a { background-color: rgb(168,217,173); }

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

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

 span { border-color: rgb(168,217,173); }

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