#118701

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

Shades of Green #118701

Tints of Green #118701

Color information

#118701 (or 0x118701) is unknown color: approx Green. HEX triplet: 11, 87 and 01. RGB value is (17,135,1). Sum of RGB (Red+Green+Blue) = 17+135+1=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #118701 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118701 is #EE78FE. Grayscale: #545454. Windows color (decimal): -15628543 or 100113. OLE color: 100113.

HSL color Cylindrical-coordinate representation of color #118701: hue angle of 112.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #118701 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB171351-
CMYK0.8700.990.47
HSL112.84º98.53%26.67%-
HSV(B)112.84º99.26%52.94%-
XYZ8.917.452.93-
YUV84.4480.9179.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 135 (53.12% from 255) = 88.24%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=11.11%
G=88.24%
B=0.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1713510.8700.990.47112.8498.5326.67
Hex11871570632F71631b
Octal21207112701435716114333
Binary100011000011111010111011000111011111110001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118701; }

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

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

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

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

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

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

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

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