Html Css Color HEX #118140 Dark Spring Green

📋 copy color: '#118140'

red 17 ◦ green 129 ◦ blue 64

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

Shades of Dark Spring Green #118140

Tints of Dark Spring Green #118140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 61.43%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 8.1%
G = 61.43%
B = 30.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#118140 (or 0x118140) is known color: Dark Spring Green. HEX triplet: 11, 81 and 40. RGB value is (17,129,64). Sum of RGB (Red+Green+Blue) = 17+129+64=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #118140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118140 is #EE7EBF. Grayscale: #585858. Windows color (decimal): -15630016 or 4227345. OLE color: 4227345.

HSL color Cylindrical-coordinate representation of color #118140: hue angle of 145.18º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118140 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 64 -
CMYK 0.87 0 0.50 0.49
HSL 145.18º 0.77% 0.29% -
HSV(B) 145.18º 0.87% 0.51% -
XYZ 9.01 16.19 7.5 -
YUV 88.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 17 129 64 0.87 0 0.50 0.49 145.18 0.77 0.29
Hex 11 81 40 57 0 32 31 91 4D 1D
Octal 21 201 100 127 0 62 61 221 115 35
Binary 10001 10000001 1000000 1010111 0 110010 110001 10010001 1001101 11101

Color Harmonies of #118140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118140

Black with #118140

Text Example


Text Example

White with #118140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118140; }

 p { color: rgb(17,129,64); }

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

background-color css

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

 a { background-color: rgb(17,129,64); }

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

border-color css

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

 span { border-color: rgb(17,129,64); }

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