#A2ECA4

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

Shades of Celadon #A2ECA4

Tints of Celadon #A2ECA4

Color information

#A2ECA4 (or 0xA2ECA4) is unknown color: approx Celadon. HEX triplet: A2, EC and A4. RGB value is (162,236,164). Sum of RGB (Red+Green+Blue) = 162+236+164=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA4 is #5D135B. Grayscale: #CDCDCD. Windows color (decimal): -6099804 or 10808482. OLE color: 10808482.

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

Color convert

RGB162236164-
CMYK0.3100.310.07
HSL121.62º66.07%78.04%-
HSV(B)121.62º31.36%92.55%-
XYZ51.670.3545.98-
YUV205.67104.4896.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.83%
GREEN value IS 236 (92.58% from 255) = 41.99%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=28.83%
G=41.99%
B=29.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361640.3100.310.07121.6266.0778.04
HexA2ECA41F01F77a424e
Octal242354244370377172102116
Binary10100010111011001010010011111011111111111101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECA4; }

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

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

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

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

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

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

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

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