#A2E0A6

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

Shades of Celadon #A2E0A6

Tints of Celadon #A2E0A6

Color information

#A2E0A6 (or 0xA2E0A6) is unknown color: approx Celadon. HEX triplet: A2, E0 and A6. RGB value is (162,224,166). Sum of RGB (Red+Green+Blue) = 162+224+166=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E0A6 is #5D1F59. Grayscale: #C7C7C7. Windows color (decimal): -6102874 or 10936482. OLE color: 10936482.

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

Color convert

RGB162224166-
CMYK0.2800.260.12
HSL123.87º50%75.69%-
HSV(B)123.87º27.68%87.84%-
XYZ48.4463.7545.83-
YUV198.85109.46101.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=29.35%
G=40.58%
B=30.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241660.2800.260.12123.875075.69
HexA2E0A61C01AC7c324c
Octal242340246340321417462114
Binary10100010111000001010011011100011010110011111001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0A6; }

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

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

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

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

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

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

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

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