#A6E3AA

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

Shades of Celadon #A6E3AA

Tints of Celadon #A6E3AA

Color information

#A6E3AA (or 0xA6E3AA) is unknown color: approx Celadon. HEX triplet: A6, E3 and AA. RGB value is (166,227,170). Sum of RGB (Red+Green+Blue) = 166+227+170=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E3AA is #591C55. Grayscale: #CACACA. Windows color (decimal): -5839958 or 11199398. OLE color: 11199398.

HSL color Cylindrical-coordinate representation of color #A6E3AA: hue angle of 123.93º degrees, saturation: 0.52, 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 #A6E3AA is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB166227170-
CMYK0.2700.250.11
HSL123.93º52.14%77.06%-
HSV(B)123.93º26.87%89.02%-
XYZ50.4565.9548.1-
YUV202.26109.79102.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=29.48%
G=40.32%
B=30.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662271700.2700.250.11123.9352.1477.06
HexA6E3AA1B019B7c344d
Octal246343252330311317464115
Binary10100110111000111010101011011011001101111111001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3AA; }

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

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

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

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

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

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

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

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