#A1E3AC

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

Shades of Celadon #A1E3AC

Tints of Celadon #A1E3AC

Color information

#A1E3AC (or 0xA1E3AC) is unknown color: approx Celadon. HEX triplet: A1, E3 and AC. RGB value is (161,227,172). Sum of RGB (Red+Green+Blue) = 161+227+172=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E3AC is #5E1C53. Grayscale: #C9C9C9. Windows color (decimal): -6167636 or 11330465. OLE color: 11330465.

HSL color Cylindrical-coordinate representation of color #A1E3AC: hue angle of 130º 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 #A1E3AC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB161227172-
CMYK0.2900.240.11
HSL130º54.1%76.08%-
HSV(B)130º29.07%89.02%-
XYZ49.6165.4949.06-
YUV201111.6399.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=28.75%
G=40.54%
B=30.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271720.2900.240.1113054.176.08
HexA1E3AC1D018B82364c
Octal241343254350301320266114
Binary101000011110001110101100111010110001011100000101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3AC; }

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

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

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

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

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

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

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

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