Html Css Color HEX #116A14 Green

📋 copy color: '#116A14'

red 17 ◦ green 106 ◦ blue 20

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

Shades of Green #116A14

Tints of Green #116A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 74.13%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 11.89%
G = 74.13%
B = 13.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#116A14 (or 0x116A14) is known color: Green. HEX triplet: 11, 6A and 14. RGB value is (17,106,20). Sum of RGB (Red+Green+Blue) = 17+106+20=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 106 (41.80% from 255 or 74.13% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 106 - color contains mainly: green. Hex color #116A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116A14 is #EE95EB. Grayscale: #454545. Windows color (decimal): -15635948 or 1337873. OLE color: 1337873.

HSL color Cylindrical-coordinate representation of color #116A14: hue angle of 122.02º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A14 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 106 20 -
CMYK 0.84 0 0.81 0.58
HSL 122.02º 0.72% 0.24% -
HSV(B) 122.02º 0.84% 0.42% -
XYZ 5.51 10.48 2.39 -
YUV 69.59 100.01 90.49 -
System Red Green Blue C M Y K H S L
Decimal 17 106 20 0.84 0 0.81 0.58 122.02 0.72 0.24
Hex 11 6A 14 54 0 51 3A 7A 48 18
Octal 21 152 24 124 0 121 72 172 110 30
Binary 10001 1101010 10100 1010100 0 1010001 111010 1111010 1001000 11000

Color Harmonies of #116A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A14

Black with #116A14

Text Example


Text Example

White with #116A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A14; }

 p { color: rgb(17,106,20); }

 H1.HeaderClassName
 {
   color: #116A14;
 }
 .AnyTagClassName
 {
   color: #116A14;
 }
</style>

background-color css

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

 a { background-color: rgb(17,106,20); }

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

border-color css

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

 span { border-color: rgb(17,106,20); }

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