Html Css Color HEX #128140 Dark Spring Green

📋 copy color: '#128140'

red 18 ◦ green 129 ◦ blue 64

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

Shades of Dark Spring Green #128140

Tints of Dark Spring Green #128140

RGB

 RED value IS 18 (7.42% from 255) = 8.53%

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

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

R = 8.53%
G = 61.14%
B = 30.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#128140 (or 0x128140) is known color: Dark Spring Green. HEX triplet: 12, 81 and 40. RGB value is (18,129,64). Sum of RGB (Red+Green+Blue) = 18+129+64=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #128140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128140 is #ED7EBF. Grayscale: #585858. Windows color (decimal): -15564480 or 4227346. OLE color: 4227346.

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

Color convert

RGB 18 129 64 -
CMYK 0.86 0 0.50 0.49
HSL 144.86º 0.76% 0.29% -
HSV(B) 144.86º 0.86% 0.51% -
XYZ 9.03 16.2 7.5 -
YUV 88.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 18 129 64 0.86 0 0.50 0.49 144.86 0.76 0.29
Hex 12 81 40 56 0 32 31 91 4C 1D
Octal 22 201 100 126 0 62 61 221 114 35
Binary 10010 10000001 1000000 1010110 0 110010 110001 10010001 1001100 11101

Color Harmonies of #128140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128140

Black with #128140

Text Example


Text Example

White with #128140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128140; }

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

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

background-color css

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

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

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

border-color css

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

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

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