#A1E3AB

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

Shades of Celadon #A1E3AB

Tints of Celadon #A1E3AB

Color information

#A1E3AB (or 0xA1E3AB) is unknown color: approx Celadon. HEX triplet: A1, E3 and AB. RGB value is (161,227,171). Sum of RGB (Red+Green+Blue) = 161+227+171=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E3AB is #5E1C54. Grayscale: #C9C9C9. Windows color (decimal): -6167637 or 11264929. OLE color: 11264929.

HSL color Cylindrical-coordinate representation of color #A1E3AB: hue angle of 129.09º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3AB is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB161227171-
CMYK0.2900.250.11
HSL129.09º54.1%76.08%-
HSV(B)129.09º29.07%89.02%-
XYZ49.5265.4648.55-
YUV200.88111.1399.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=28.80%
G=40.61%
B=30.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271710.2900.250.11129.0954.176.08
HexA1E3AB1D019B81364c
Octal241343253350311320166114
Binary101000011110001110101011111010110011011100000011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3AB; }

 p { color: rgb(161,227,171); }

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

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

 a { background-color: rgb(161,227,171); }

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

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

 span { border-color: rgb(161,227,171); }

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