Html Css Color HEX #158140 Dark Spring Green

📋 copy color: '#158140'

red 21 ◦ green 129 ◦ blue 64

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

Shades of Dark Spring Green #158140

Tints of Dark Spring Green #158140

RGB

 RED value IS 21 (8.59% from 255) = 9.81%

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

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

R = 9.81%
G = 60.28%
B = 29.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#158140 (or 0x158140) is known color: Dark Spring Green. HEX triplet: 15, 81 and 40. RGB value is (21,129,64). Sum of RGB (Red+Green+Blue) = 21+129+64=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #158140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158140 is #EA7EBF. Grayscale: #595959. Windows color (decimal): -15367872 or 4227349. OLE color: 4227349.

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

Color convert

RGB 21 129 64 -
CMYK 0.84 0 0.50 0.49
HSL 143.89º 0.72% 0.29% -
HSV(B) 143.89º 0.84% 0.51% -
XYZ 9.08 16.23 7.5 -
YUV 89.3 113.72 79.29 -
System Red Green Blue C M Y K H S L
Decimal 21 129 64 0.84 0 0.50 0.49 143.89 0.72 0.29
Hex 15 81 40 54 0 32 31 90 48 1D
Octal 25 201 100 124 0 62 61 220 110 35
Binary 10101 10000001 1000000 1010100 0 110010 110001 10010000 1001000 11101

Color Harmonies of #158140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158140

Black with #158140

Text Example


Text Example

White with #158140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158140; }

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

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

background-color css

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

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

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

border-color css

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

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

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