#A1E9A5

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

Shades of Celadon #A1E9A5

Tints of Celadon #A1E9A5

Color information

#A1E9A5 (or 0xA1E9A5) is unknown color: approx Celadon. HEX triplet: A1, E9 and A5. RGB value is (161,233,165). Sum of RGB (Red+Green+Blue) = 161+233+165=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E9A5 is #5E165A. Grayscale: #CBCBCB. Windows color (decimal): -6166107 or 10873249. OLE color: 10873249.

HSL color Cylindrical-coordinate representation of color #A1E9A5: hue angle of 123.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9A5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB161233165-
CMYK0.3100.290.09
HSL123.33º62.07%77.25%-
HSV(B)123.33º30.9%91.37%-
XYZ50.6368.5746.16-
YUV203.72106.1597.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 165 (64.84% from 255) = 29.52%
R=28.80%
G=41.68%
B=29.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331650.3100.290.09123.3362.0777.25
HexA1E9A51F01D97b3e4d
Octal241351245370351117376115
Binary10100001111010011010010111111011101100111110111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9A5; }

 p { color: rgb(161,233,165); }

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

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

 a { background-color: rgb(161,233,165); }

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

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

 span { border-color: rgb(161,233,165); }

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