#147F09

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

Shades of Green #147F09

Tints of Green #147F09

Color information

#147F09 (or 0x147F09) is unknown color: approx Green. HEX triplet: 14, 7F and 09. RGB value is (20,127,9). Sum of RGB (Red+Green+Blue) = 20+127+9=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 127 (50% from 255 or 81.41% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 127 - color contains mainly: green. Hex color #147F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F09 is #EB80F6. Grayscale: #515151. Windows color (decimal): -15433975 or 622356. OLE color: 622356.

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

Color convert

RGB201279-
CMYK0.8400.930.50
HSL114.41º86.76%26.67%-
HSV(B)114.41º92.91%49.8%-
XYZ7.9315.352.8-
YUV81.5587.0584.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 127 (50% from 255) = 81.41%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=12.82%
G=81.41%
B=5.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2012790.8400.930.50114.4186.7626.67
Hex147F95405D3272571b
Octal241771112401356216212733
Binary10100111111110011010100010111011100101110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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