#A8D6AC

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

Shades of Celadon #A8D6AC

Tints of Celadon #A8D6AC

Color information

#A8D6AC (or 0xA8D6AC) is unknown color: approx Celadon. HEX triplet: A8, D6 and AC. RGB value is (168,214,172). Sum of RGB (Red+Green+Blue) = 168+214+172=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D6AC is #572953. Grayscale: #C3C3C3. Windows color (decimal): -5712212 or 11327144. OLE color: 11327144.

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

Color convert

RGB168214172-
CMYK0.2100.200.16
HSL125.22º35.94%74.9%-
HSV(B)125.22º21.5%83.92%-
XYZ47.6459.447.98-
YUV195.46114.76108.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=30.32%
G=38.63%
B=31.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141720.2100.200.16125.2235.9474.9
HexA8D6AC15014107d244b
Octal250326254250242017544113
Binary101010001101011010101100101010101001000011111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6AC; }

 p { color: rgb(168,214,172); }

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

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

 a { background-color: rgb(168,214,172); }

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

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

 span { border-color: rgb(168,214,172); }

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