#A6D365

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

Shades of Conifer #A6D365

Tints of Conifer #A6D365

Color information

#A6D365 (or 0xA6D365) is unknown color: approx Conifer. HEX triplet: A6, D3 and 65. RGB value is (166,211,101). Sum of RGB (Red+Green+Blue) = 166+211+101=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D365 is #592C9A. Grayscale: #B9B9B9. Windows color (decimal): -5844123 or 6673318. OLE color: 6673318.

HSL color Cylindrical-coordinate representation of color #A6D365: hue angle of 84.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6D365 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB166211101-
CMYK0.2100.520.17
HSL84.55º55.56%61.18%-
HSV(B)84.55º52.13%82.75%-
XYZ41.3755.6420.87-
YUV18580.59114.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=34.73%
G=44.14%
B=21.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111010.2100.520.1784.5555.5661.18
HexA6D365150341155383d
Octal24632314525064211257075
Binary10100110110100111100101101010110100100011010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D365; }

 p { color: rgb(166,211,101); }

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

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

 a { background-color: rgb(166,211,101); }

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

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

 span { border-color: rgb(166,211,101); }

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