#A2E9A5

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

Shades of Celadon #A2E9A5

Tints of Celadon #A2E9A5

Color information

#A2E9A5 (or 0xA2E9A5) is unknown color: approx Celadon. HEX triplet: A2, E9 and A5. RGB value is (162,233,165). Sum of RGB (Red+Green+Blue) = 162+233+165=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E9A5 is #5D165A. Grayscale: #CCCCCC. Windows color (decimal): -6100571 or 10873250. OLE color: 10873250.

HSL color Cylindrical-coordinate representation of color #A2E9A5: hue angle of 122.54º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9A5 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB162233165-
CMYK0.3000.290.09
HSL122.54º61.74%77.45%-
HSV(B)122.54º30.47%91.37%-
XYZ50.8368.6846.17-
YUV204.02105.9898.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 233 (91.41% from 255) = 41.61%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=28.93%
G=41.61%
B=29.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622331650.3000.290.09122.5461.7477.45
HexA2E9A51E01D97b3e4d
Octal242351245360351117376115
Binary10100010111010011010010111110011101100111110111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9A5; }

 p { color: rgb(162,233,165); }

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

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

 a { background-color: rgb(162,233,165); }

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

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

 span { border-color: rgb(162,233,165); }

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