#A2E3AE

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

Shades of Celadon #A2E3AE

Tints of Celadon #A2E3AE

Color information

#A2E3AE (or 0xA2E3AE) is unknown color: approx Celadon. HEX triplet: A2, E3 and AE. RGB value is (162,227,174). Sum of RGB (Red+Green+Blue) = 162+227+174=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E3AE is #5D1C51. Grayscale: #C9C9C9. Windows color (decimal): -6102098 or 11461538. OLE color: 11461538.

HSL color Cylindrical-coordinate representation of color #A2E3AE: hue angle of 131.08º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E3AE is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB162227174-
CMYK0.2900.230.11
HSL131.08º53.72%76.27%-
HSV(B)131.08º28.63%89.02%-
XYZ50.0165.6850.09-
YUV201.52112.4799.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 227 (89.06% from 255) = 40.32%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=28.77%
G=40.32%
B=30.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622271740.2900.230.11131.0853.7276.27
HexA2E3AE1D017B83364c
Octal242343256350271320366114
Binary101000101110001110101110111010101111011100000111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E3AE; }

 p { color: rgb(162,227,174); }

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

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

 a { background-color: rgb(162,227,174); }

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

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

 span { border-color: rgb(162,227,174); }

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