#A2EBA4

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

Shades of Celadon #A2EBA4

Tints of Celadon #A2EBA4

Color information

#A2EBA4 (or 0xA2EBA4) is unknown color: approx Celadon. HEX triplet: A2, EB and A4. RGB value is (162,235,164). Sum of RGB (Red+Green+Blue) = 162+235+164=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA4 is #5D145B. Grayscale: #CDCDCD. Windows color (decimal): -6100060 or 10808226. OLE color: 10808226.

HSL color Cylindrical-coordinate representation of color #A2EBA4: hue angle of 121.64º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBA4 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB162235164-
CMYK0.3100.300.08
HSL121.64º64.6%77.84%-
HSV(B)121.64º31.06%92.16%-
XYZ51.3169.7845.89-
YUV205.08104.8297.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 164 (64.45% from 255) = 29.23%
R=28.88%
G=41.89%
B=29.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351640.3100.300.08121.6464.677.84
HexA2EBA41F01E87a414e
Octal2423532443703610172101116
Binary101000101110101110100100111110111101000111101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBA4; }

 p { color: rgb(162,235,164); }

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

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

 a { background-color: rgb(162,235,164); }

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

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

 span { border-color: rgb(162,235,164); }

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