Html Css Color HEX #117C0F Green

📋 copy color: '#117C0F'

red 17 ◦ green 124 ◦ blue 15

#117C0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #117C0F

Tints of Green #117C0F

RGB

 RED value IS 17 (7.03% from 255) = 10.9%

 GREEN value IS 124 (48.83% from 255) = 79.49%

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 10.9%
G = 79.49%
B = 9.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#117C0F (or 0x117C0F) is known color: Green. HEX triplet: 11, 7C and 0F. RGB value is (17,124,15). Sum of RGB (Red+Green+Blue) = 17+124+15=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 124 (48.83% from 255 or 79.49% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 124 - color contains mainly: green. Hex color #117C0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C0F is #EE83F0. Grayscale: #4F4F4F. Windows color (decimal): -15631345 or 1014801. OLE color: 1014801.

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

Color convert

RGB 17 124 15 -
CMYK 0.86 0 0.88 0.51
HSL 118.9º 0.78% 0.27% -
HSV(B) 118.9º 0.88% 0.49% -
XYZ 7.53 14.57 2.87 -
YUV 79.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 17 124 15 0.86 0 0.88 0.51 118.9 0.78 0.27
Hex 11 7C F 56 0 58 33 77 4E 1B
Octal 21 174 17 126 0 130 63 167 116 33
Binary 10001 1111100 1111 1010110 0 1011000 110011 1110111 1001110 11011

Color Harmonies of #117C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C0F

Black with #117C0F

Text Example


Text Example

White with #117C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #117C0F;
 }
 .AnyTagClassName
 {
   color: #117C0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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