#147146

Color #147146 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #147146

Tints of Dark Spring Green #147146

Color information

#147146 (or 0x147146) is unknown color: approx Dark Spring Green. HEX triplet: 14, 71 and 46. RGB value is (20,113,70). Sum of RGB (Red+Green+Blue) = 20+113+70=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #147146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147146 is #EB8EB9. Grayscale: #505050. Windows color (decimal): -15437498 or 4616468. OLE color: 4616468.

HSL color Cylindrical-coordinate representation of color #147146: hue angle of 152.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147146 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB2011370-
CMYK0.8200.380.56
HSL152.26º69.92%26.08%-
HSV(B)152.26º82.3%44.31%-
XYZ7.312.47.8-
YUV80.29122.1985-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=9.85%
G=55.67%
B=34.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113700.8200.380.56152.2669.9226.08
Hex147146520263898461a
Octal241611061220467023010632
Binary10100111000110001101010010010011011100010011000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147146; }

 p { color: rgb(20,113,70); }

 H1.HeaderClassName
 {
   color: #147146;
 }
 .AnyTagClassName
 {
   color: #147146;
 }
</style>
background-color css

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

 a { background-color: rgb(20,113,70); }

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

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

 span { border-color: rgb(20,113,70); }

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