#A6D64F

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

Shades of Conifer #A6D64F

Tints of Conifer #A6D64F

Color information

#A6D64F (or 0xA6D64F) is unknown color: approx Conifer. HEX triplet: A6, D6 and 4F. RGB value is (166,214,79). Sum of RGB (Red+Green+Blue) = 166+214+79=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D64F is #5929B0. Grayscale: #B8B8B8. Windows color (decimal): -5843377 or 5232294. OLE color: 5232294.

HSL color Cylindrical-coordinate representation of color #A6D64F: hue angle of 81.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6D64F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB16621479-
CMYK0.2200.630.16
HSL81.33º62.21%57.45%-
HSV(B)81.33º63.08%83.92%-
XYZ41.1856.7616.18-
YUV184.2668.6114.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 214 (83.98% from 255) = 46.62%
BLUE value IS 79 (31.25% from 255) = 17.21%
R=36.17%
G=46.62%
B=17.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166214790.2200.630.1681.3362.2157.45
HexA6D64F1603F10513e39
Octal24632611726077201217671
Binary10100110110101101001111101100111111100001010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D64F; }

 p { color: rgb(166,214,79); }

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

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

 a { background-color: rgb(166,214,79); }

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

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

 span { border-color: rgb(166,214,79); }

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