Html Css Color HEX #117001 Green

📋 copy color: '#117001'

red 17 ◦ green 112 ◦ blue 1

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

Shades of Green #117001

Tints of Green #117001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 86.15%

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

R = 13.08%
G = 86.15%
B = 0.77%

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

#117001 (or 0x117001) is known color: Green. HEX triplet: 11, 70 and 01. RGB value is (17,112,1). Sum of RGB (Red+Green+Blue) = 17+112+1=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #117001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117001 is #EE8FFE. Grayscale: #474747. Windows color (decimal): -15634431 or 94225. OLE color: 94225.

HSL color Cylindrical-coordinate representation of color #117001: hue angle of 111.35º 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 #117001 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 1 -
CMYK 0.85 0 0.99 0.56
HSL 111.35º 0.98% 0.22% -
HSV(B) 111.35º 0.99% 0.44% -
XYZ 6.03 11.71 1.97 -
YUV 70.94 88.53 89.53 -
System Red Green Blue C M Y K H S L
Decimal 17 112 1 0.85 0 0.99 0.56 111.35 0.98 0.22
Hex 11 70 1 55 0 63 38 6F 62 16
Octal 21 160 1 125 0 143 70 157 142 26
Binary 10001 1110000 1 1010101 0 1100011 111000 1101111 1100010 10110

Color Harmonies of #117001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117001

Black with #117001

Text Example


Text Example

White with #117001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117001; }

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

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

background-color css

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

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

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

border-color css

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

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

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