#138C16

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

Shades of Forest Green #138C16

Tints of Forest Green #138C16

Color information

#138C16 (or 0x138C16) is unknown color: approx Forest Green. HEX triplet: 13, 8C and 16. RGB value is (19,140,22). Sum of RGB (Red+Green+Blue) = 19+140+22=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 140 (55.08% from 255 or 77.35% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 140 - color contains mainly: green. Hex color #138C16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138C16 is #EC73E9. Grayscale: #5A5A5A. Windows color (decimal): -15496170 or 1477651. OLE color: 1477651.

HSL color Cylindrical-coordinate representation of color #138C16: hue angle of 121.49º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C16 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1914022-
CMYK0.8600.840.45
HSL121.49º76.1%31.18%-
HSV(B)121.49º86.43%54.9%-
XYZ9.7918.953.9-
YUV90.3789.4177.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 140 (55.08% from 255) = 77.35%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=10.50%
G=77.35%
B=12.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19140220.8600.840.45121.4976.131.18
Hex138C16560542D794c1f
Octal232142612601245517111437
Binary1001110001100101101010110010101001011011111001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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