#147600

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

Shades of Green #147600

Tints of Green #147600

Color information

#147600 (or 0x147600) is unknown color: approx Green. HEX triplet: 14, 76 and 00. RGB value is (20,118,0). Sum of RGB (Red+Green+Blue) = 20+118+0=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #147600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147600 is #EB89FF. Grayscale: #4B4B4B. Windows color (decimal): -15436288 or 30228. OLE color: 30228.

HSL color Cylindrical-coordinate representation of color #147600: hue angle of 109.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #147600 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB201180-
CMYK0.83010.54
HSL109.83º100%23.14%-
HSV(B)109.83º100%46.27%-
XYZ6.7713.112.17-
YUV75.2585.5388.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 118 (46.48% from 255) = 85.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.49%
G=85.51%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2011800.83010.54109.8310023.14
Hex1476053064366e6417
Octal24166012301446615614427
Binary10100111011001010011011001001101101101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147600; }

 p { color: rgb(20,118,0); }

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

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

 a { background-color: rgb(20,118,0); }

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

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

 span { border-color: rgb(20,118,0); }

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