#A1FE60

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

Shades of Conifer #A1FE60

Tints of Conifer #A1FE60

Color information

#A1FE60 (or 0xA1FE60) is unknown color: approx Conifer. HEX triplet: A1, FE and 60. RGB value is (161,254,96). Sum of RGB (Red+Green+Blue) = 161+254+96=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FE60 is #5E019F. Grayscale: #D0D0D0. Windows color (decimal): -6160800 or 6356641. OLE color: 6356641.

HSL color Cylindrical-coordinate representation of color #A1FE60: hue angle of 95.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1FE60 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB16125496-
CMYK0.3700.620.00
HSL95.32º98.75%68.63%-
HSV(B)95.32º62.2%99.61%-
XYZ52.2579.3123.62-
YUV208.1864.6994.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 254 (99.61% from 255) = 49.71%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=31.51%
G=49.71%
B=18.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal161254960.3700.620.0095.3298.7568.63
HexA1FE602503E05f6345
Octal241376140450760137143105
Binary1010000111111110110000010010101111100101111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FE60; }

 p { color: rgb(161,254,96); }

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

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

 a { background-color: rgb(161,254,96); }

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

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

 span { border-color: rgb(161,254,96); }

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