#016E32

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

Shades of Fun Green #016E32

Tints of Fun Green #016E32

Color information

#016E32 (or 0x016E32) is unknown color: approx Fun Green. HEX triplet: 01, 6E and 32. RGB value is (1,110,50). Sum of RGB (Red+Green+Blue) = 1+110+50=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #016E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E32 is #FE91CD. Grayscale: #464646. Windows color (decimal): -16683470 or 3304961. OLE color: 3304961.

HSL color Cylindrical-coordinate representation of color #016E32: hue angle of 146.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E32 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB111050-
CMYK0.9900.550.57
HSL146.97º98.2%21.76%-
HSV(B)146.97º99.09%43.14%-
XYZ6.1611.394.89-
YUV70.57116.3978.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 110 (43.36% from 255) = 68.32%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=0.62%
G=68.32%
B=31.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110500.9900.550.57146.9798.221.76
Hex16E326303739936216
Octal1156621430677122314226
Binary111011101100101100011011011111100110010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,110,50); }

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

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

 a { background-color: rgb(1,110,50); }

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

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

 span { border-color: rgb(1,110,50); }

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