#A6E4AA

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

Shades of Celadon #A6E4AA

Tints of Celadon #A6E4AA

Color information

#A6E4AA (or 0xA6E4AA) is unknown color: approx Celadon. HEX triplet: A6, E4 and AA. RGB value is (166,228,170). Sum of RGB (Red+Green+Blue) = 166+228+170=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E4AA is #591B55. Grayscale: #CBCBCB. Windows color (decimal): -5839702 or 11199654. OLE color: 11199654.

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

Color convert

RGB166228170-
CMYK0.2700.250.11
HSL123.87º53.45%77.25%-
HSV(B)123.87º27.19%89.41%-
XYZ50.7266.548.19-
YUV202.85109.46101.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.43%
GREEN value IS 228 (89.45% from 255) = 40.43%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=29.43%
G=40.43%
B=30.14%

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
Decimal1662281700.2700.250.11123.8753.4577.25
HexA6E4AA1B019B7c354d
Octal246344252330311317465115
Binary10100110111001001010101011011011001101111111001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E4AA; }

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

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

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

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

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

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

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

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