Html Css Color HEX #117012 Green

📋 copy color: '#117012'

red 17 ◦ green 112 ◦ blue 18

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

Shades of Green #117012

Tints of Green #117012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 11.56%
G = 76.19%
B = 12.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#117012 (or 0x117012) is known color: Green. HEX triplet: 11, 70 and 12. RGB value is (17,112,18). Sum of RGB (Red+Green+Blue) = 17+112+18=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #117012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117012 is #EE8FED. Grayscale: #494949. Windows color (decimal): -15634414 or 1208337. OLE color: 1208337.

HSL color Cylindrical-coordinate representation of color #117012: hue angle of 120.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117012 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 18 -
CMYK 0.85 0 0.84 0.56
HSL 120.63º 0.74% 0.25% -
HSV(B) 120.63º 0.85% 0.44% -
XYZ 6.13 11.75 2.52 -
YUV 72.88 97.03 88.14 -
System Red Green Blue C M Y K H S L
Decimal 17 112 18 0.85 0 0.84 0.56 120.63 0.74 0.25
Hex 11 70 12 55 0 54 38 79 4A 19
Octal 21 160 22 125 0 124 70 171 112 31
Binary 10001 1110000 10010 1010101 0 1010100 111000 1111001 1001010 11001

Color Harmonies of #117012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117012

Black with #117012

Text Example


Text Example

White with #117012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117012; }

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

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

background-color css

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

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

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

border-color css

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

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

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