#A6F160

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

Shades of Conifer #A6F160

Tints of Conifer #A6F160

Color information

#A6F160 (or 0xA6F160) is unknown color: approx Conifer. HEX triplet: A6, F1 and 60. RGB value is (166,241,96). Sum of RGB (Red+Green+Blue) = 166+241+96=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F160 is #590E9F. Grayscale: #CACACA. Windows color (decimal): -5836448 or 6353318. OLE color: 6353318.

HSL color Cylindrical-coordinate representation of color #A6F160: hue angle of 91.03º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6F160 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16624196-
CMYK0.3100.600.05
HSL91.03º83.82%66.08%-
HSV(B)91.03º60.17%94.51%-
XYZ49.2971.8622.34-
YUV202.0468.15102.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=33.00%
G=47.91%
B=19.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166241960.3100.600.0591.0383.8266.08
HexA6F1601F03C55b5442
Octal246361140370745133124102
Binary10100110111100011100000111110111100101101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F160; }

 p { color: rgb(166,241,96); }

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

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

 a { background-color: rgb(166,241,96); }

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

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

 span { border-color: rgb(166,241,96); }

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