#A6F65C

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

Shades of Conifer #A6F65C

Tints of Conifer #A6F65C

Color information

#A6F65C (or 0xA6F65C) is unknown color: approx Conifer. HEX triplet: A6, F6 and 5C. RGB value is (166,246,92). Sum of RGB (Red+Green+Blue) = 166+246+92=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F65C is #5909A3. Grayscale: #CDCDCD. Windows color (decimal): -5835172 or 6092454. OLE color: 6092454.

HSL color Cylindrical-coordinate representation of color #A6F65C: hue angle of 91.17º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6F65C is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB16624692-
CMYK0.3300.630.04
HSL91.17º89.53%66.27%-
HSV(B)91.17º62.6%96.47%-
XYZ50.6174.7921.89-
YUV204.5264.5100.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 246 (96.48% from 255) = 48.81%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=32.94%
G=48.81%
B=18.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166246920.3300.630.0491.1789.5366.27
HexA6F65C2103F45b5a42
Octal246366134410774133132102
Binary101001101111011010111001000010111111100101101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F65C; }

 p { color: rgb(166,246,92); }

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

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

 a { background-color: rgb(166,246,92); }

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

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

 span { border-color: rgb(166,246,92); }

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