#A2E5A6

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

Shades of Celadon #A2E5A6

Tints of Celadon #A2E5A6

Color information

#A2E5A6 (or 0xA2E5A6) is unknown color: approx Celadon. HEX triplet: A2, E5 and A6. RGB value is (162,229,166). Sum of RGB (Red+Green+Blue) = 162+229+166=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E5A6 is #5D1A59. Grayscale: #C9C9C9. Windows color (decimal): -6101594 or 10937762. OLE color: 10937762.

HSL color Cylindrical-coordinate representation of color #A2E5A6: hue angle of 123.58º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5A6 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB162229166-
CMYK0.2900.280.10
HSL123.58º56.3%76.67%-
HSV(B)123.58º29.26%89.8%-
XYZ49.866.4746.28-
YUV201.78107.899.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 229 (89.84% from 255) = 41.11%
BLUE value IS 166 (65.23% from 255) = 29.80%
R=29.08%
G=41.11%
B=29.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622291660.2900.280.10123.5856.376.67
HexA2E5A61D01CA7c384d
Octal242345246350341217470115
Binary10100010111001011010011011101011100101011111001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E5A6; }

 p { color: rgb(162,229,166); }

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

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

 a { background-color: rgb(162,229,166); }

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

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

 span { border-color: rgb(162,229,166); }

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