#A6C034

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

Shades of Yellow Green #A6C034

Tints of Yellow Green #A6C034

Color information

#A6C034 (or 0xA6C034) is unknown color: approx Yellow Green. HEX triplet: A6, C0 and 34. RGB value is (166,192,52). Sum of RGB (Red+Green+Blue) = 166+192+52=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C034 is #593FCB. Grayscale: #A8A8A8. Windows color (decimal): -5849036 or 3457190. OLE color: 3457190.

HSL color Cylindrical-coordinate representation of color #A6C034: hue angle of 71.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A6C034 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB16619252-
CMYK0.1400.730.25
HSL71.14º57.38%47.84%-
HSV(B)71.14º72.92%75.29%-
XYZ35.246.0510.28-
YUV168.2762.39126.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 52 (20.70% from 255) = 12.68%
R=40.49%
G=46.83%
B=12.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166192520.1400.730.2571.1457.3847.84
HexA6C034E04919473930
Octal24630064160111311077160
Binary1010011011000000110100111001001001110011000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C034; }

 p { color: rgb(166,192,52); }

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

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

 a { background-color: rgb(166,192,52); }

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

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

 span { border-color: rgb(166,192,52); }

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