#A6E1AA

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

Shades of Celadon #A6E1AA

Tints of Celadon #A6E1AA

Color information

#A6E1AA (or 0xA6E1AA) is unknown color: approx Celadon. HEX triplet: A6, E1 and AA. RGB value is (166,225,170). Sum of RGB (Red+Green+Blue) = 166+225+170=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E1AA is #591E55. Grayscale: #C9C9C9. Windows color (decimal): -5840470 or 11198886. OLE color: 11198886.

HSL color Cylindrical-coordinate representation of color #A6E1AA: hue angle of 124.07º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1AA is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB166225170-
CMYK0.2600.240.12
HSL124.07º49.58%76.67%-
HSV(B)124.07º26.22%88.24%-
XYZ49.9164.8647.92-
YUV201.09110.45102.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=29.59%
G=40.11%
B=30.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662251700.2600.240.12124.0749.5876.67
HexA6E1AA1A018C7c324d
Octal246341252320301417462115
Binary10100110111000011010101011010011000110011111001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1AA; }

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

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

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

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

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

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

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

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