#148F14

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

Shades of Forest Green #148F14

Tints of Forest Green #148F14

Color information

#148F14 (or 0x148F14) is unknown color: approx Forest Green. HEX triplet: 14, 8F and 14. RGB value is (20,143,20). Sum of RGB (Red+Green+Blue) = 20+143+20=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 143 (56.25% from 255 or 78.14% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 143 - color contains mainly: green. Hex color #148F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148F14 is #EB70EB. Grayscale: #5C5C5C. Windows color (decimal): -15429868 or 1347348. OLE color: 1347348.

HSL color Cylindrical-coordinate representation of color #148F14: hue angle of 120º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F14 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB2014320-
CMYK0.8600.860.44
HSL120º75.46%31.96%-
HSV(B)120º86.01%56.08%-
XYZ10.2419.843.95-
YUV92.287.2576.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 143 (56.25% from 255) = 78.14%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=10.93%
G=78.14%
B=10.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20143200.8600.860.4412075.4631.96
Hex148F14560562C784b20
Octal242172412601265417011340
Binary10100100011111010010101100101011010110011110001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148F14; }

 p { color: rgb(20,143,20); }

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

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

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

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

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

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

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