#A1F0AE

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

Shades of Celadon #A1F0AE

Tints of Celadon #A1F0AE

Color information

#A1F0AE (or 0xA1F0AE) is unknown color: approx Celadon. HEX triplet: A1, F0 and AE. RGB value is (161,240,174). Sum of RGB (Red+Green+Blue) = 161+240+174=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F0AE is #5E0F51. Grayscale: #D1D1D1. Windows color (decimal): -6164306 or 11464865. OLE color: 11464865.

HSL color Cylindrical-coordinate representation of color #A1F0AE: hue angle of 129.87º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0AE is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB161240174-
CMYK0.3300.280.06
HSL129.87º72.48%78.63%-
HSV(B)129.87º32.92%94.12%-
XYZ53.572.9551.31-
YUV208.86108.3393.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28%
GREEN value IS 240 (94.14% from 255) = 41.74%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=28%
G=41.74%
B=30.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401740.3300.280.06129.8772.4878.63
HexA1F0AE2101C682484f
Octal241360256410346202110117
Binary1010000111110000101011101000010111001101000001010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F0AE; }

 p { color: rgb(161,240,174); }

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

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

 a { background-color: rgb(161,240,174); }

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

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

 span { border-color: rgb(161,240,174); }

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