#138E16

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

Shades of Forest Green #138E16

Tints of Forest Green #138E16

Color information

#138E16 (or 0x138E16) is unknown color: approx Forest Green. HEX triplet: 13, 8E and 16. RGB value is (19,142,22). Sum of RGB (Red+Green+Blue) = 19+142+22=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 142 (55.86% from 255 or 77.60% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 142 - color contains mainly: green. Hex color #138E16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138E16 is #EC71E9. Grayscale: #5B5B5B. Windows color (decimal): -15495658 or 1478163. OLE color: 1478163.

HSL color Cylindrical-coordinate representation of color #138E16: hue angle of 121.46º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E16 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1914222-
CMYK0.8700.850.44
HSL121.46º76.4%31.57%-
HSV(B)121.46º86.62%55.69%-
XYZ10.0919.544-
YUV91.5488.7576.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 142 (55.86% from 255) = 77.60%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=10.38%
G=77.60%
B=12.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19142220.8700.850.44121.4676.431.57
Hex138E16570552C794c20
Octal232162612701255417111440
Binary10011100011101011010101110101010110110011110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138E16; }

 p { color: rgb(19,142,22); }

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

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

 a { background-color: rgb(19,142,22); }

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

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

 span { border-color: rgb(19,142,22); }

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