#147906

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

Shades of Green #147906

Tints of Green #147906

Color information

#147906 (or 0x147906) is unknown color: approx Green. HEX triplet: 14, 79 and 06. RGB value is (20,121,6). Sum of RGB (Red+Green+Blue) = 20+121+6=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 121 (47.66% from 255 or 82.31% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 121 - color contains mainly: green. Hex color #147906 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147906 is #EB86F9. Grayscale: #4E4E4E. Windows color (decimal): -15435514 or 424212. OLE color: 424212.

HSL color Cylindrical-coordinate representation of color #147906: hue angle of 112.7º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #147906 is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB201216-
CMYK0.8300.950.53
HSL112.7º90.55%24.9%-
HSV(B)112.7º95.04%47.45%-
XYZ7.1613.842.47-
YUV77.6987.5486.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 121 (47.66% from 255) = 82.31%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=13.61%
G=82.31%
B=4.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2012160.8300.950.53112.790.5524.9
Hex147965305F35715b19
Octal24171612301376516113331
Binary1010011110011101010011010111111101011110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147906; }

 p { color: rgb(20,121,6); }

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

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

 a { background-color: rgb(20,121,6); }

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

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

 span { border-color: rgb(20,121,6); }

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