#A1E1AA

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

Shades of Celadon #A1E1AA

Tints of Celadon #A1E1AA

Color information

#A1E1AA (or 0xA1E1AA) is unknown color: approx Celadon. HEX triplet: A1, E1 and AA. RGB value is (161,225,170). Sum of RGB (Red+Green+Blue) = 161+225+170=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1AA is #5E1E55. Grayscale: #C7C7C7. Windows color (decimal): -6168150 or 11198881. OLE color: 11198881.

HSL color Cylindrical-coordinate representation of color #A1E1AA: hue angle of 128.44º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1AA is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB161225170-
CMYK0.2800.240.12
HSL128.44º51.61%75.69%-
HSV(B)128.44º28.44%88.24%-
XYZ48.8864.3347.87-
YUV199.59111.3100.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 225 (88.28% from 255) = 40.47%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=28.96%
G=40.47%
B=30.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251700.2800.240.12128.4451.6175.69
HexA1E1AA1C018C80344c
Octal241341252340301420064114
Binary101000011110000110101010111000110001100100000001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1AA; }

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

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

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

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

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

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

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

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