#A1E7AA

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

Shades of Celadon #A1E7AA

Tints of Celadon #A1E7AA

Color information

#A1E7AA (or 0xA1E7AA) is unknown color: approx Celadon. HEX triplet: A1, E7 and AA. RGB value is (161,231,170). Sum of RGB (Red+Green+Blue) = 161+231+170=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E7AA is #5E1855. Grayscale: #CBCBCB. Windows color (decimal): -6166614 or 11200417. OLE color: 11200417.

HSL color Cylindrical-coordinate representation of color #A1E7AA: hue angle of 127.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7AA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB161231170-
CMYK0.3000.260.09
HSL127.71º59.32%76.86%-
HSV(B)127.71º30.3%90.59%-
XYZ50.5367.6348.42-
YUV203.12109.3197.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.65%
GREEN value IS 231 (90.62% from 255) = 41.10%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=28.65%
G=41.10%
B=30.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311700.3000.260.09127.7159.3276.86
HexA1E7AA1E01A9803b4d
Octal241347252360321120073115
Binary101000011110011110101010111100110101001100000001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7AA; }

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

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

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

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

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

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

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

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