#A1E9AF

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

Shades of Celadon #A1E9AF

Tints of Celadon #A1E9AF

Color information

#A1E9AF (or 0xA1E9AF) is unknown color: approx Celadon. HEX triplet: A1, E9 and AF. RGB value is (161,233,175). Sum of RGB (Red+Green+Blue) = 161+233+175=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E9AF is #5E1650. Grayscale: #CDCDCD. Windows color (decimal): -6166097 or 11528609. OLE color: 11528609.

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

Color convert

RGB161233175-
CMYK0.3100.250.09
HSL131.67º62.07%77.25%-
HSV(B)131.67º30.9%91.37%-
XYZ51.5768.9551.15-
YUV204.86111.1596.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 233 (91.41% from 255) = 40.95%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=28.30%
G=40.95%
B=30.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331750.3100.250.09131.6762.0777.25
HexA1E9AF1F0199843e4d
Octal241351257370311120476115
Binary101000011110100110101111111110110011001100001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E9AF; }

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

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

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

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

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

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

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

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