#147F08

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

Shades of Green #147F08

Tints of Green #147F08

Color information

#147F08 (or 0x147F08) is unknown color: approx Green. HEX triplet: 14, 7F and 08. RGB value is (20,127,8). Sum of RGB (Red+Green+Blue) = 20+127+8=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 127 (50% from 255 or 81.94% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 127 - color contains mainly: green. Hex color #147F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F08 is #EB80F7. Grayscale: #515151. Windows color (decimal): -15433976 or 556820. OLE color: 556820.

HSL color Cylindrical-coordinate representation of color #147F08: hue angle of 113.95º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #147F08 is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB201278-
CMYK0.8400.940.50
HSL113.95º88.15%26.47%-
HSV(B)113.95º93.7%49.8%-
XYZ7.9215.342.77-
YUV81.4486.5584.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 127 (50% from 255) = 81.94%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=12.90%
G=81.94%
B=5.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2012780.8400.940.50113.9588.1526.47
Hex147F85405E3272581a
Octal241771012401366216213032
Binary10100111111110001010100010111101100101110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147F08; }

 p { color: rgb(20,127,8); }

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

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

 a { background-color: rgb(20,127,8); }

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

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

 span { border-color: rgb(20,127,8); }

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