#A2ECAD

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

Shades of Celadon #A2ECAD

Tints of Celadon #A2ECAD

Color information

#A2ECAD (or 0xA2ECAD) is unknown color: approx Celadon. HEX triplet: A2, EC and AD. RGB value is (162,236,173). Sum of RGB (Red+Green+Blue) = 162+236+173=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECAD is #5D1352. Grayscale: #CECECE. Windows color (decimal): -6099795 or 11398306. OLE color: 11398306.

HSL color Cylindrical-coordinate representation of color #A2ECAD: hue angle of 128.92º 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 #A2ECAD is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB162236173-
CMYK0.3100.270.07
HSL128.92º66.07%78.04%-
HSV(B)128.92º31.36%92.55%-
XYZ52.4470.6950.42-
YUV206.69108.9896.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=28.37%
G=41.33%
B=30.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361730.3100.270.07128.9266.0778.04
HexA2ECAD1F01B781424e
Octal242354255370337201102116
Binary101000101110110010101101111110110111111000000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECAD; }

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

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

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

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

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

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

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

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