#A8D7AF

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

Shades of Celadon #A8D7AF

Tints of Celadon #A8D7AF

Color information

#A8D7AF (or 0xA8D7AF) is unknown color: approx Celadon. HEX triplet: A8, D7 and AF. RGB value is (168,215,175). Sum of RGB (Red+Green+Blue) = 168+215+175=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7AF is #572850. Grayscale: #C4C4C4. Windows color (decimal): -5711953 or 11524008. OLE color: 11524008.

HSL color Cylindrical-coordinate representation of color #A8D7AF: hue angle of 128.94º 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 #A8D7AF is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB168215175-
CMYK0.2200.190.16
HSL128.94º37.01%75.1%-
HSV(B)128.94º21.86%84.31%-
XYZ48.1960.0249.6-
YUV196.39115.93107.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=30.11%
G=38.53%
B=31.36%

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
Decimal1682151750.2200.190.16128.9437.0175.1
HexA8D7AF160131081254b
Octal250327257260232020145113
Binary1010100011010111101011111011001001110000100000011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D7AF; }

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

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

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

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

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

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

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

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