#A6D8AA

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

Shades of Celadon #A6D8AA

Tints of Celadon #A6D8AA

Color information

#A6D8AA (or 0xA6D8AA) is unknown color: approx Celadon. HEX triplet: A6, D8 and AA. RGB value is (166,216,170). Sum of RGB (Red+Green+Blue) = 166+216+170=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D8AA is #592755. Grayscale: #C3C3C3. Windows color (decimal): -5842774 or 11196582. OLE color: 11196582.

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

Color convert

RGB166216170-
CMYK0.2300.210.15
HSL124.8º39.06%74.9%-
HSV(B)124.8º23.15%84.71%-
XYZ47.5460.1247.13-
YUV195.81113.44106.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=30.07%
G=39.13%
B=30.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161700.2300.210.15124.839.0674.9
HexA6D8AA17015F7d274b
Octal246330252270251717547113
Binary10100110110110001010101010111010101111111111011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8AA; }

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

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

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

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

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

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

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

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