Html Css Color HEX #117946 Dark Spring Green

📋 copy color: '#117946'

red 17 ◦ green 121 ◦ blue 70

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

Shades of Dark Spring Green #117946

Tints of Dark Spring Green #117946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 8.17%
G = 58.17%
B = 33.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#117946 (or 0x117946) is known color: Dark Spring Green. HEX triplet: 11, 79 and 46. RGB value is (17,121,70). Sum of RGB (Red+Green+Blue) = 17+121+70=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #117946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117946 is #EE86B9. Grayscale: #545454. Windows color (decimal): -15632058 or 4618513. OLE color: 4618513.

HSL color Cylindrical-coordinate representation of color #117946: hue angle of 150.58º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117946 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 70 -
CMYK 0.86 0 0.42 0.53
HSL 150.58º 0.75% 0.27% -
HSV(B) 150.58º 0.86% 0.47% -
XYZ 8.17 14.24 8.11 -
YUV 84.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 17 121 70 0.86 0 0.42 0.53 150.58 0.75 0.27
Hex 11 79 46 56 0 2A 35 97 4B 1B
Octal 21 171 106 126 0 52 65 227 113 33
Binary 10001 1111001 1000110 1010110 0 101010 110101 10010111 1001011 11011

Color Harmonies of #117946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117946

Black with #117946

Text Example


Text Example

White with #117946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117946; }

 p { color: rgb(17,121,70); }

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

background-color css

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

 a { background-color: rgb(17,121,70); }

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

border-color css

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

 span { border-color: rgb(17,121,70); }

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