#016A34

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

Shades of Fun Green #016A34

Tints of Fun Green #016A34

Color information

#016A34 (or 0x016A34) is unknown color: approx Fun Green. HEX triplet: 01, 6A and 34. RGB value is (1,106,52). Sum of RGB (Red+Green+Blue) = 1+106+52=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #016A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016A34 is #FE95CB. Grayscale: #444444. Windows color (decimal): -16684492 or 3435009. OLE color: 3435009.

HSL color Cylindrical-coordinate representation of color #016A34: hue angle of 149.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A34 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB110652-
CMYK0.9900.510.58
HSL149.14º98.13%20.98%-
HSV(B)149.14º99.06%41.57%-
XYZ5.7910.564.98-
YUV68.45118.7179.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 106 (41.80% from 255) = 66.67%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=0.63%
G=66.67%
B=32.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106520.9900.510.58149.1498.1320.98
Hex16A34630333A956215
Octal1152641430637222514225
Binary111010101101001100011011001111101010010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A34; }

 p { color: rgb(1,106,52); }

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

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

 a { background-color: rgb(1,106,52); }

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

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

 span { border-color: rgb(1,106,52); }

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