#a6f15b

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

Shades of Conifer #A6F15B

Tints of Conifer #A6F15B

Color information

#A6F15B (or 0xA6F15B) is unknown color: approx Conifer. HEX triplet: A6, F1 and 5B. RGB value is (166,241,91). Sum of RGB (Red+Green+Blue) = 166+241+91=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F15B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F15B is #590EA4. Grayscale: #CACACA. Windows color (decimal): -5836453 or 6025638. OLE color: 6025638.

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

Color convert

RGB16624191-
CMYK0.3100.620.05
HSL90º84.27%65.1%-
HSV(B)90º62.24%94.51%-
XYZ49.0771.7721.16-
YUV201.4865.65102.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 48.39%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=33.33%
G=48.39%
B=18.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166241910.3100.620.059084.2765.1
HexA6F15B1F03E55a5441
Octal246361133370765132124101
Binary10100110111100011011011111110111110101101101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6f15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6f15b; }

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

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

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

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

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

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

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

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