#A1E4AE

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

Shades of Celadon #A1E4AE

Tints of Celadon #A1E4AE

Color information

#A1E4AE (or 0xA1E4AE) is unknown color: approx Celadon. HEX triplet: A1, E4 and AE. RGB value is (161,228,174). Sum of RGB (Red+Green+Blue) = 161+228+174=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E4AE is #5E1B51. Grayscale: #C9C9C9. Windows color (decimal): -6167378 or 11461793. OLE color: 11461793.

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

Color convert

RGB161228174-
CMYK0.2900.240.11
HSL131.64º55.37%76.27%-
HSV(B)131.64º29.39%89.41%-
XYZ50.0866.1250.17-
YUV201.81112.398.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=28.60%
G=40.50%
B=30.91%

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
Decimal1612281740.2900.240.11131.6455.3776.27
HexA1E4AE1D018B84374c
Octal241344256350301320467114
Binary101000011110010010101110111010110001011100001001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4AE; }

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

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

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

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

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

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

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

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