#A2ECA5

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

Shades of Celadon #A2ECA5

Tints of Celadon #A2ECA5

Color information

#A2ECA5 (or 0xA2ECA5) is unknown color: approx Celadon. HEX triplet: A2, EC and A5. RGB value is (162,236,165). Sum of RGB (Red+Green+Blue) = 162+236+165=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA5 is #5D135A. Grayscale: #CDCDCD. Windows color (decimal): -6099803 or 10874018. OLE color: 10874018.

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

Color convert

RGB162236165-
CMYK0.3100.300.07
HSL122.43º66.07%78.04%-
HSV(B)122.43º31.36%92.55%-
XYZ51.6970.3946.46-
YUV205.78104.9896.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 236 (92.58% from 255) = 41.92%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=28.77%
G=41.92%
B=29.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622361650.3100.300.07122.4366.0778.04
HexA2ECA51F01E77a424e
Octal242354245370367172102116
Binary10100010111011001010010111111011110111111101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECA5; }

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

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

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

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

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

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

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

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