#117C02

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

Shades of Green #117C02

Tints of Green #117C02

Color information

#117C02 (or 0x117C02) is unknown color: approx Green. HEX triplet: 11, 7C and 02. RGB value is (17,124,2). Sum of RGB (Red+Green+Blue) = 17+124+2=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 124 (48.83% from 255 or 86.71% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 124 - color contains mainly: green. Hex color #117C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C02 is #EE83FD. Grayscale: #4E4E4E. Windows color (decimal): -15631358 or 162833. OLE color: 162833.

HSL color Cylindrical-coordinate representation of color #117C02: hue angle of 112.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #117C02 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB171242-
CMYK0.8600.980.51
HSL112.62º96.83%24.71%-
HSV(B)112.62º98.39%48.63%-
XYZ7.4514.542.47-
YUV78.185.0584.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 124 (48.83% from 255) = 86.71%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=11.89%
G=86.71%
B=1.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1712420.8600.980.51112.6296.8324.71
Hex117C25606233716119
Octal21174212601426316114131
Binary100011111100101010110011000101100111110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117C02; }

 p { color: rgb(17,124,2); }

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

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

 a { background-color: rgb(17,124,2); }

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

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

 span { border-color: rgb(17,124,2); }

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