#A6DA61

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

Shades of Conifer #A6DA61

Tints of Conifer #A6DA61

Color information

#A6DA61 (or 0xA6DA61) is unknown color: approx Conifer. HEX triplet: A6, DA and 61. RGB value is (166,218,97). Sum of RGB (Red+Green+Blue) = 166+218+97=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA61 is #59259E. Grayscale: #BDBDBD. Windows color (decimal): -5842335 or 6412966. OLE color: 6412966.

HSL color Cylindrical-coordinate representation of color #A6DA61: hue angle of 85.79º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6DA61 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB16621897-
CMYK0.2400.560.15
HSL85.79º62.05%61.76%-
HSV(B)85.79º55.5%85.49%-
XYZ42.9559.1120.46-
YUV188.6676.27111.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 218 (85.55% from 255) = 45.32%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=34.51%
G=45.32%
B=20.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166218970.2400.560.1585.7962.0561.76
HexA6DA6118038F563e3e
Octal24633214130070171267676
Binary1010011011011010110000111000011100011111010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA61; }

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

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

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

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

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

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

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

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