#A2E0A9

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

Shades of Celadon #A2E0A9

Tints of Celadon #A2E0A9

Color information

#A2E0A9 (or 0xA2E0A9) is unknown color: approx Celadon. HEX triplet: A2, E0 and A9. RGB value is (162,224,169). Sum of RGB (Red+Green+Blue) = 162+224+169=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E0A9 is #5D1F56. Grayscale: #C7C7C7. Windows color (decimal): -6102871 or 11133090. OLE color: 11133090.

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

Color convert

RGB162224169-
CMYK0.2800.250.12
HSL126.77º50%75.69%-
HSV(B)126.77º27.68%87.84%-
XYZ48.7263.8647.29-
YUV199.19110.96101.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=29.19%
G=40.36%
B=30.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241690.2800.250.12126.775075.69
HexA2E0A91C019C7f324c
Octal242340251340311417762114
Binary10100010111000001010100111100011001110011111111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0A9; }

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

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

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

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

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

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

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

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