#A1ECAA

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

Shades of Celadon #A1ECAA

Tints of Celadon #A1ECAA

Color information

#A1ECAA (or 0xA1ECAA) is unknown color: approx Celadon. HEX triplet: A1, EC and AA. RGB value is (161,236,170). Sum of RGB (Red+Green+Blue) = 161+236+170=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAA is #5E1355. Grayscale: #CECECE. Windows color (decimal): -6165334 or 11201697. OLE color: 11201697.

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

Color convert

RGB161236170-
CMYK0.3200.280.07
HSL127.2º66.37%77.84%-
HSV(B)127.2º31.78%92.55%-
XYZ51.9570.4748.89-
YUV206.05107.6595.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=28.40%
G=41.62%
B=29.98%

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
Decimal1612361700.3200.280.07127.266.3777.84
HexA1ECAA2001C77f424e
Octal241354252400347177102116
Binary101000011110110010101010100000011100111111111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECAA; }

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

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

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

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

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

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

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

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