#A1E7AF

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

Shades of Celadon #A1E7AF

Tints of Celadon #A1E7AF

Color information

#A1E7AF (or 0xA1E7AF) is unknown color: approx Celadon. HEX triplet: A1, E7 and AF. RGB value is (161,231,175). Sum of RGB (Red+Green+Blue) = 161+231+175=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E7AF is #5E1850. Grayscale: #CBCBCB. Windows color (decimal): -6166609 or 11528097. OLE color: 11528097.

HSL color Cylindrical-coordinate representation of color #A1E7AF: hue angle of 132º 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 #A1E7AF is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB161231175-
CMYK0.3000.240.09
HSL132º59.32%76.86%-
HSV(B)132º30.3%90.59%-
XYZ51.0167.8250.96-
YUV203.69111.8197.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 231 (90.62% from 255) = 40.74%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=28.40%
G=40.74%
B=30.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311750.3000.240.0913259.3276.86
HexA1E7AF1E0189843b4d
Octal241347257360301120473115
Binary101000011110011110101111111100110001001100001001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7AF; }

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

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

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

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

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

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

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

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