#A6FC61

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

Shades of Conifer #A6FC61

Tints of Conifer #A6FC61

Color information

#A6FC61 (or 0xA6FC61) is unknown color: approx Conifer. HEX triplet: A6, FC and 61. RGB value is (166,252,97). Sum of RGB (Red+Green+Blue) = 166+252+97=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC61 is #59039E. Grayscale: #D1D1D1. Windows color (decimal): -5833631 or 6421670. OLE color: 6421670.

HSL color Cylindrical-coordinate representation of color #A6FC61: hue angle of 93.29º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6FC61 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB16625297-
CMYK0.3400.620.01
HSL93.29º96.27%68.43%-
HSV(B)93.29º61.51%98.82%-
XYZ52.6978.5923.7-
YUV208.6265.0197.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 252 (98.83% from 255) = 48.93%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=32.23%
G=48.93%
B=18.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166252970.3400.620.0193.2996.2768.43
HexA6FC612203E15d6044
Octal246374141420761135140104
Binary1010011011111100110000110001001111101101110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FC61; }

 p { color: rgb(166,252,97); }

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

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

 a { background-color: rgb(166,252,97); }

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

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

 span { border-color: rgb(166,252,97); }

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