#A8D7AE

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

Shades of Celadon #A8D7AE

Tints of Celadon #A8D7AE

Color information

#A8D7AE (or 0xA8D7AE) is unknown color: approx Celadon. HEX triplet: A8, D7 and AE. RGB value is (168,215,174). Sum of RGB (Red+Green+Blue) = 168+215+174=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7AE is #572851. Grayscale: #C4C4C4. Windows color (decimal): -5711954 or 11458472. OLE color: 11458472.

HSL color Cylindrical-coordinate representation of color #A8D7AE: hue angle of 127.66º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7AE is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB168215174-
CMYK0.2200.190.16
HSL127.66º37.01%75.1%-
HSV(B)127.66º21.86%84.31%-
XYZ48.0959.9849.09-
YUV196.27115.43107.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 215 (84.38% from 255) = 38.60%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=30.16%
G=38.60%
B=31.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682151740.2200.190.16127.6637.0175.1
HexA8D7AE160131080254b
Octal250327256260232020045113
Binary1010100011010111101011101011001001110000100000001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D7AE; }

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

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

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

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

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

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

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

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