#A6D15F

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

Shades of Conifer #A6D15F

Tints of Conifer #A6D15F

Color information

#A6D15F (or 0xA6D15F) is unknown color: approx Conifer. HEX triplet: A6, D1 and 5F. RGB value is (166,209,95). Sum of RGB (Red+Green+Blue) = 166+209+95=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D15F is #592EA0. Grayscale: #B7B7B7. Windows color (decimal): -5844641 or 6279590. OLE color: 6279590.

HSL color Cylindrical-coordinate representation of color #A6D15F: hue angle of 82.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6D15F is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB16620995-
CMYK0.2100.550.18
HSL82.63º55.34%59.61%-
HSV(B)82.63º54.55%81.96%-
XYZ40.5954.5319.21-
YUV183.1578.25115.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 209 (82.03% from 255) = 44.47%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=35.32%
G=44.47%
B=20.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166209950.2100.550.1882.6355.3459.61
HexA6D15F150371253373c
Octal24632113725067221236774
Binary10100110110100011011111101010110111100101010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D15F; }

 p { color: rgb(166,209,95); }

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

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

 a { background-color: rgb(166,209,95); }

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

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

 span { border-color: rgb(166,209,95); }

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