#A6E4A8

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

Shades of Celadon #A6E4A8

Tints of Celadon #A6E4A8

Color information

#A6E4A8 (or 0xA6E4A8) is unknown color: approx Celadon. HEX triplet: A6, E4 and A8. RGB value is (166,228,168). Sum of RGB (Red+Green+Blue) = 166+228+168=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E4A8 is #591B57. Grayscale: #CACACA. Windows color (decimal): -5839704 or 11068582. OLE color: 11068582.

HSL color Cylindrical-coordinate representation of color #A6E4A8: hue angle of 121.94º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4A8 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB166228168-
CMYK0.2700.260.11
HSL121.94º53.45%77.25%-
HSV(B)121.94º27.19%89.41%-
XYZ50.5466.4247.2-
YUV202.62108.46101.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 228 (89.45% from 255) = 40.57%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=29.54%
G=40.57%
B=29.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662281680.2700.260.11121.9453.4577.25
HexA6E4A81B01AB7a354d
Octal246344250330321317265115
Binary10100110111001001010100011011011010101111110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E4A8; }

 p { color: rgb(166,228,168); }

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

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

 a { background-color: rgb(166,228,168); }

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

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

 span { border-color: rgb(166,228,168); }

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