#A6FC5D

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

Shades of Conifer #A6FC5D

Tints of Conifer #A6FC5D

Color information

#A6FC5D (or 0xA6FC5D) is unknown color: approx Conifer. HEX triplet: A6, FC and 5D. RGB value is (166,252,93). Sum of RGB (Red+Green+Blue) = 166+252+93=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC5D is #5903A2. Grayscale: #D0D0D0. Windows color (decimal): -5833635 or 6159526. OLE color: 6159526.

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

Color convert

RGB16625293-
CMYK0.3400.630.01
HSL92.45º96.36%67.65%-
HSV(B)92.45º63.1%98.82%-
XYZ52.5178.5222.74-
YUV208.1663.0197.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 252 (98.83% from 255) = 49.32%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=32.49%
G=49.32%
B=18.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166252930.3400.630.0192.4596.3667.65
HexA6FC5D2203F15c6044
Octal246374135420771134140104
Binary1010011011111100101110110001001111111101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FC5D; }

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

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

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

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

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

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

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

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