#A8D9AE

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

Shades of Celadon #A8D9AE

Tints of Celadon #A8D9AE

Color information

#A8D9AE (or 0xA8D9AE) is unknown color: approx Celadon. HEX triplet: A8, D9 and AE. RGB value is (168,217,174). Sum of RGB (Red+Green+Blue) = 168+217+174=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D9AE is #572651. Grayscale: #C5C5C5. Windows color (decimal): -5711442 or 11458984. OLE color: 11458984.

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

Color convert

RGB168217174-
CMYK0.2300.200.15
HSL127.35º39.2%75.49%-
HSV(B)127.35º22.58%85.1%-
XYZ48.661.0149.26-
YUV197.45114.77107-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=30.05%
G=38.82%
B=31.13%

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
Decimal1682171740.2300.200.15127.3539.275.49
HexA8D9AE17014F7f274b
Octal250331256270241717747113
Binary10101000110110011010111010111010100111111111111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9AE; }

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

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

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

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

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

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

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

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