#A1F1AE

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

Shades of Celadon #A1F1AE

Tints of Celadon #A1F1AE

Color information

#A1F1AE (or 0xA1F1AE) is unknown color: approx Celadon. HEX triplet: A1, F1 and AE. RGB value is (161,241,174). Sum of RGB (Red+Green+Blue) = 161+241+174=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F1AE is #5E0E51. Grayscale: #D1D1D1. Windows color (decimal): -6164050 or 11465121. OLE color: 11465121.

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

Color convert

RGB161241174-
CMYK0.3300.280.05
HSL129.75º74.07%78.82%-
HSV(B)129.75º33.2%94.51%-
XYZ53.7973.5451.4-
YUV209.4410893.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 174 (68.36% from 255) = 30.21%
R=27.95%
G=41.84%
B=30.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612411740.3300.280.05129.7574.0778.82
HexA1F1AE2101C5824a4f
Octal241361256410345202112117
Binary1010000111110001101011101000010111001011000001010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F1AE; }

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

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

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

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

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

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

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

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