#A6FA57

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

Shades of Conifer #A6FA57

Tints of Conifer #A6FA57

Color information

#A6FA57 (or 0xA6FA57) is unknown color: approx Conifer. HEX triplet: A6, FA and 57. RGB value is (166,250,87). Sum of RGB (Red+Green+Blue) = 166+250+87=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA57 is #5905A8. Grayscale: #CECECE. Windows color (decimal): -5834153 or 5765798. OLE color: 5765798.

HSL color Cylindrical-coordinate representation of color #A6FA57: hue angle of 90.92º 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 #A6FA57 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB16625087-
CMYK0.3400.650.02
HSL90.92º94.22%66.08%-
HSV(B)90.92º65.2%98.04%-
XYZ51.6377.1721.19-
YUV206.360.6799.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 87 (34.38% from 255) = 17.30%
R=33.00%
G=49.70%
B=17.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166250870.3400.650.0290.9294.2266.08
HexA6FA572204125b5e42
Octal2463721274201012133136102
Binary101001101111101010101111000100100000110101101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FA57; }

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

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

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

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

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

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

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

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