#A6ECAA

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

Shades of Celadon #A6ECAA

Tints of Celadon #A6ECAA

Color information

#A6ECAA (or 0xA6ECAA) is unknown color: approx Celadon. HEX triplet: A6, EC and AA. RGB value is (166,236,170). Sum of RGB (Red+Green+Blue) = 166+236+170=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ECAA is #591355. Grayscale: #CFCFCF. Windows color (decimal): -5837654 or 11201702. OLE color: 11201702.

HSL color Cylindrical-coordinate representation of color #A6ECAA: hue angle of 123.43º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECAA is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB166236170-
CMYK0.3000.280.07
HSL123.43º64.81%78.82%-
HSV(B)123.43º29.66%92.55%-
XYZ52.987148.94-
YUV207.55106.8198.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 236 (92.58% from 255) = 41.26%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=29.02%
G=41.26%
B=29.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361700.3000.280.07123.4364.8178.82
HexA6ECAA1E01C77b414f
Octal246354252360347173101117
Binary10100110111011001010101011110011100111111101110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECAA; }

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

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

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

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

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

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

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

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