#116001

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

Shades of Green #116001

Tints of Green #116001

Color information

#116001 (or 0x116001) is unknown color: approx Green. HEX triplet: 11, 60 and 01. RGB value is (17,96,1). Sum of RGB (Red+Green+Blue) = 17+96+1=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 96 (37.89% from 255 or 84.21% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 96 - color contains mainly: green. Hex color #116001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116001 is #EE9FFE. Grayscale: #3D3D3D. Windows color (decimal): -15638527 or 90129. OLE color: 90129.

HSL color Cylindrical-coordinate representation of color #116001: hue angle of 109.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116001 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB17961-
CMYK0.8200.990.62
HSL109.89º97.94%19.02%-
HSV(B)109.89º98.96%37.65%-
XYZ4.428.491.43-
YUV61.5593.8396.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 96 (37.89% from 255) = 84.21%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=14.91%
G=84.21%
B=0.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal179610.8200.990.62109.8997.9419.02
Hex11601520633E6e6213
Octal21140112201437615614223
Binary10001110000011010010011000111111101101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116001; }

 p { color: rgb(17,96,1); }

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

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

 a { background-color: rgb(17,96,1); }

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

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

 span { border-color: rgb(17,96,1); }

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

cancel