#A1ECA9

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

Shades of Celadon #A1ECA9

Tints of Celadon #A1ECA9

Color information

#A1ECA9 (or 0xA1ECA9) is unknown color: approx Celadon. HEX triplet: A1, EC and A9. RGB value is (161,236,169). Sum of RGB (Red+Green+Blue) = 161+236+169=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECA9 is #5E1356. Grayscale: #CECECE. Windows color (decimal): -6165335 or 11136161. OLE color: 11136161.

HSL color Cylindrical-coordinate representation of color #A1ECA9: hue angle of 126.4º degrees, saturation: 0.66, 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 #A1ECA9 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB161236169-
CMYK0.3200.280.07
HSL126.4º66.37%77.84%-
HSV(B)126.4º31.78%92.55%-
XYZ51.8570.4348.4-
YUV205.94107.1595.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 169 (66.41% from 255) = 29.86%
R=28.45%
G=41.70%
B=29.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361690.3200.280.07126.466.3777.84
HexA1ECA92001C77e424e
Octal241354251400347176102116
Binary101000011110110010101001100000011100111111111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECA9; }

 p { color: rgb(161,236,169); }

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

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

 a { background-color: rgb(161,236,169); }

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

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

 span { border-color: rgb(161,236,169); }

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