#A6FF60

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

Shades of Conifer #A6FF60

Tints of Conifer #A6FF60

Color information

#A6FF60 (or 0xA6FF60) is unknown color: approx Conifer. HEX triplet: A6, FF and 60. RGB value is (166,255,96). Sum of RGB (Red+Green+Blue) = 166+255+96=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF60 is #59009F. Grayscale: #D2D2D2. Windows color (decimal): -5832864 or 6356902. OLE color: 6356902.

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

Color convert

RGB16625596-
CMYK0.3500.620
HSL93.58º100%68.82%-
HSV(B)93.58º62.35%100%-
XYZ53.680.4723.77-
YUV210.2663.5196.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=32.11%
G=49.32%
B=18.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal166255960.3500.62093.5810068.82
HexA6FF602303E05e6445
Octal246377140430760136144105
Binary1010011011111111110000010001101111100101111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF60; }

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

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

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

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

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

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

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

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