#a6d34b

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

Shades of Conifer #A6D34B

Tints of Conifer #A6D34B

Color information

#A6D34B (or 0xA6D34B) is unknown color: approx Conifer. HEX triplet: A6, D3 and 4B. RGB value is (166,211,75). Sum of RGB (Red+Green+Blue) = 166+211+75=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D34B is #592CB4. Grayscale: #B6B6B6. Windows color (decimal): -5844149 or 4969382. OLE color: 4969382.

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

Color convert

RGB16621175-
CMYK0.2100.640.17
HSL79.85º60.71%56.08%-
HSV(B)79.85º64.45%82.75%-
XYZ40.2955.215.19-
YUV182.0467.59116.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 211 (82.81% from 255) = 46.68%
BLUE value IS 75 (29.69% from 255) = 16.59%
R=36.73%
G=46.68%
B=16.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166211750.2100.640.1779.8560.7156.08
HexA6D34B1504011503d38
Octal246323113250100211207570
Binary101001101101001110010111010101000000100011010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6d34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6d34b; }

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

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

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

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

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

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

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

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