Html Css Color HEX #116F01 Green

📋 copy color: '#116F01'

red 17 ◦ green 111 ◦ blue 1

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

Shades of Green #116F01

Tints of Green #116F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 86.05%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 13.18%
G = 86.05%
B = 0.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#116F01 (or 0x116F01) is known color: Green. HEX triplet: 11, 6F and 01. RGB value is (17,111,1). Sum of RGB (Red+Green+Blue) = 17+111+1=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 111 (43.75% from 255 or 86.05% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 111 - color contains mainly: green. Hex color #116F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116F01 is #EE90FE. Grayscale: #464646. Windows color (decimal): -15634687 or 93969. OLE color: 93969.

HSL color Cylindrical-coordinate representation of color #116F01: hue angle of 111.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116F01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 1 -
CMYK 0.85 0 0.99 0.56
HSL 111.27º 0.98% 0.22% -
HSV(B) 111.27º 0.99% 0.44% -
XYZ 5.92 11.49 1.93 -
YUV 70.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 17 111 1 0.85 0 0.99 0.56 111.27 0.98 0.22
Hex 11 6F 1 55 0 63 38 6F 62 16
Octal 21 157 1 125 0 143 70 157 142 26
Binary 10001 1101111 1 1010101 0 1100011 111000 1101111 1100010 10110

Color Harmonies of #116F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F01

Black with #116F01

Text Example


Text Example

White with #116F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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