#A1E5B0

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

Shades of Celadon #A1E5B0

Tints of Celadon #A1E5B0

Color information

#A1E5B0 (or 0xA1E5B0) is unknown color: approx Celadon. HEX triplet: A1, E5 and B0. RGB value is (161,229,176). Sum of RGB (Red+Green+Blue) = 161+229+176=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E5B0 is #5E1A4F. Grayscale: #CACACA. Windows color (decimal): -6167120 or 11593121. OLE color: 11593121.

HSL color Cylindrical-coordinate representation of color #A1E5B0: hue angle of 133.24º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5B0 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB161229176-
CMYK0.3000.230.10
HSL133.24º56.67%76.47%-
HSV(B)133.24º29.69%89.8%-
XYZ50.5566.7551.29-
YUV202.63112.9798.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 229 (89.84% from 255) = 40.46%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=28.45%
G=40.46%
B=31.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612291760.3000.230.10133.2456.6776.47
HexA1E5B01E017A85394c
Octal241345260360271220571114
Binary101000011110010110110000111100101111010100001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5B0; }

 p { color: rgb(161,229,176); }

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

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

 a { background-color: rgb(161,229,176); }

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

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

 span { border-color: rgb(161,229,176); }

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