#148A17

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

Shades of Forest Green #148A17

Tints of Forest Green #148A17

Color information

#148A17 (or 0x148A17) is unknown color: approx Forest Green. HEX triplet: 14, 8A and 17. RGB value is (20,138,23). Sum of RGB (Red+Green+Blue) = 20+138+23=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 138 (54.30% from 255 or 76.24% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 138 - color contains mainly: green. Hex color #148A17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148A17 is #EB75E8. Grayscale: #595959. Windows color (decimal): -15431145 or 1542676. OLE color: 1542676.

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

Color convert

RGB2013823-
CMYK0.8600.830.46
HSL121.53º74.68%30.98%-
HSV(B)121.53º85.51%54.12%-
XYZ9.5318.393.86-
YUV89.6190.4178.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 138 (54.30% from 255) = 76.24%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=11.05%
G=76.24%
B=12.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20138230.8600.830.46121.5374.6830.98
Hex148A17560532E7a4b1f
Octal242122712601235617211337
Binary1010010001010101111010110010100111011101111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,138,23); }

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

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

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

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

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

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

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