Html Css Color HEX #118C0E Green

📋 copy color: '#118C0E'

red 17 ◦ green 140 ◦ blue 14

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

Shades of Green #118C0E

Tints of Green #118C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 81.87%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 9.94%
G = 81.87%
B = 8.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#118C0E (or 0x118C0E) is known color: Green. HEX triplet: 11, 8C and 0E. RGB value is (17,140,14). Sum of RGB (Red+Green+Blue) = 17+140+14=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 140 (55.08% from 255 or 81.87% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 140 - color contains mainly: green. Hex color #118C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118C0E is #EE73F1. Grayscale: #595959. Windows color (decimal): -15627250 or 953361. OLE color: 953361.

HSL color Cylindrical-coordinate representation of color #118C0E: hue angle of 118.57º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118C0E is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 140 14 -
CMYK 0.88 0 0.90 0.45
HSL 118.57º 0.82% 0.3% -
HSV(B) 118.57º 0.9% 0.55% -
XYZ 9.69 18.91 3.55 -
YUV 88.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 17 140 14 0.88 0 0.90 0.45 118.57 0.82 0.3
Hex 11 8C E 58 0 5A 2D 77 52 1E
Octal 21 214 16 130 0 132 55 167 122 36
Binary 10001 10001100 1110 1011000 0 1011010 101101 1110111 1010010 11110

Color Harmonies of #118C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C0E

Black with #118C0E

Text Example


Text Example

White with #118C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118C0E; }

 p { color: rgb(17,140,14); }

 H1.HeaderClassName
 {
   color: #118C0E;
 }
 .AnyTagClassName
 {
   color: #118C0E;
 }
</style>

background-color css

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

 a { background-color: rgb(17,140,14); }

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

border-color css

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

 span { border-color: rgb(17,140,14); }

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