#A2EDA3

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

Shades of Celadon #A2EDA3

Tints of Celadon #A2EDA3

Color information

#A2EDA3 (or 0xA2EDA3) is unknown color: approx Celadon. HEX triplet: A2, ED and A3. RGB value is (162,237,163). Sum of RGB (Red+Green+Blue) = 162+237+163=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDA3 is #5D125C. Grayscale: #CECECE. Windows color (decimal): -6099549 or 10743202. OLE color: 10743202.

HSL color Cylindrical-coordinate representation of color #A2EDA3: hue angle of 120.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDA3 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB162237163-
CMYK0.3200.310.07
HSL120.8º67.57%78.24%-
HSV(B)120.8º31.65%92.94%-
XYZ51.870.8945.6-
YUV206.14103.6596.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.83%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=28.83%
G=42.17%
B=29.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622371630.3200.310.07120.867.5778.24
HexA2EDA32001F779444e
Octal242355243400377171104116
Binary101000101110110110100011100000011111111111100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDA3; }

 p { color: rgb(162,237,163); }

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

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

 a { background-color: rgb(162,237,163); }

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

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

 span { border-color: rgb(162,237,163); }

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