#A0FA57

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

Shades of Conifer #A0FA57

Tints of Conifer #A0FA57

Color information

#A0FA57 (or 0xA0FA57) is unknown color: approx Conifer. HEX triplet: A0, FA and 57. RGB value is (160,250,87). Sum of RGB (Red+Green+Blue) = 160+250+87=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA57 is #5F05A8. Grayscale: #CDCDCD. Windows color (decimal): -6227369 or 5765792. OLE color: 5765792.

HSL color Cylindrical-coordinate representation of color #A0FA57: hue angle of 93.13º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0FA57 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB16025087-
CMYK0.3600.650.02
HSL93.13º94.22%66.08%-
HSV(B)93.13º65.2%98.04%-
XYZ50.476.5321.13-
YUV204.5161.6896.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.19%
GREEN value IS 250 (98.05% from 255) = 50.30%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=32.19%
G=50.30%
B=17.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160250870.3600.650.0293.1394.2266.08
HexA0FA572404125d5e42
Octal2403721274401012135136102
Binary101000001111101010101111001000100000110101110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FA57; }

 p { color: rgb(160,250,87); }

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

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

 a { background-color: rgb(160,250,87); }

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

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

 span { border-color: rgb(160,250,87); }

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