#A1E5AE

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

Shades of Celadon #A1E5AE

Tints of Celadon #A1E5AE

Color information

#A1E5AE (or 0xA1E5AE) is unknown color: approx Celadon. HEX triplet: A1, E5 and AE. RGB value is (161,229,174). Sum of RGB (Red+Green+Blue) = 161+229+174=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E5AE is #5E1A51. Grayscale: #CACACA. Windows color (decimal): -6167122 or 11462049. OLE color: 11462049.

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

Color convert

RGB161229174-
CMYK0.3000.240.10
HSL131.47º56.67%76.47%-
HSV(B)131.47º29.69%89.8%-
XYZ50.3666.6750.26-
YUV202.4111.9798.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=28.55%
G=40.60%
B=30.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612291740.3000.240.10131.4756.6776.47
HexA1E5AE1E018A83394c
Octal241345256360301220371114
Binary101000011110010110101110111100110001010100000111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5AE; }

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

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

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

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

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

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

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

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