#A6D94A

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

Shades of Conifer #A6D94A

Tints of Conifer #A6D94A

Color information

#A6D94A (or 0xA6D94A) is unknown color: approx Conifer. HEX triplet: A6, D9 and 4A. RGB value is (166,217,74). Sum of RGB (Red+Green+Blue) = 166+217+74=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D94A is #5926B5. Grayscale: #B9B9B9. Windows color (decimal): -5842614 or 4905382. OLE color: 4905382.

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

Color convert

RGB16621774-
CMYK0.2400.660.15
HSL81.4º65.3%57.06%-
HSV(B)81.4º65.9%85.1%-
XYZ41.7758.2315.52-
YUV185.4565.1114.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 217 (85.16% from 255) = 47.48%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=36.32%
G=47.48%
B=16.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166217740.2400.660.1581.465.357.06
HexA6D94A18042F514139
Octal2463311123001021712110171
Binary101001101101100110010101100001000010111110100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D94A; }

 p { color: rgb(166,217,74); }

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

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

 a { background-color: rgb(166,217,74); }

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

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

 span { border-color: rgb(166,217,74); }

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