#A1E8AA

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

Shades of Celadon #A1E8AA

Tints of Celadon #A1E8AA

Color information

#A1E8AA (or 0xA1E8AA) is unknown color: approx Celadon. HEX triplet: A1, E8 and AA. RGB value is (161,232,170). Sum of RGB (Red+Green+Blue) = 161+232+170=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E8AA is #5E1755. Grayscale: #CBCBCB. Windows color (decimal): -6166358 or 11200673. OLE color: 11200673.

HSL color Cylindrical-coordinate representation of color #A1E8AA: hue angle of 127.61º degrees, saturation: 0.61, 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 #A1E8AA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB161232170-
CMYK0.3100.270.09
HSL127.61º60.68%77.06%-
HSV(B)127.61º30.6%90.98%-
XYZ50.8168.1948.51-
YUV203.7108.9897.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 232 (91.02% from 255) = 41.21%
BLUE value IS 170 (66.80% from 255) = 30.20%
R=28.60%
G=41.21%
B=30.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321700.3100.270.09127.6160.6877.06
HexA1E8AA1F01B9803d4d
Octal241350252370331120075115
Binary101000011110100010101010111110110111001100000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8AA; }

 p { color: rgb(161,232,170); }

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

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

 a { background-color: rgb(161,232,170); }

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

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

 span { border-color: rgb(161,232,170); }

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