#A6D8AC

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

Shades of Celadon #A6D8AC

Tints of Celadon #A6D8AC

Color information

#A6D8AC (or 0xA6D8AC) is unknown color: approx Celadon. HEX triplet: A6, D8 and AC. RGB value is (166,216,172). Sum of RGB (Red+Green+Blue) = 166+216+172=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8AC is #592753. Grayscale: #C4C4C4. Windows color (decimal): -5842772 or 11327654. OLE color: 11327654.

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

Color convert

RGB166216172-
CMYK0.2300.200.15
HSL127.2º39.06%74.9%-
HSV(B)127.2º23.15%84.71%-
XYZ47.7360.248.13-
YUV196.03114.44106.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=29.96%
G=38.99%
B=31.05%

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
Decimal1662161720.2300.200.15127.239.0674.9
HexA6D8AC17014F7f274b
Octal246330254270241717747113
Binary10100110110110001010110010111010100111111111111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8AC; }

 p { color: rgb(166,216,172); }

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

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

 a { background-color: rgb(166,216,172); }

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

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

 span { border-color: rgb(166,216,172); }

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