Html Css Color HEX #139E14 Forest Green

📋 copy color: '#139E14'

red 19 ◦ green 158 ◦ blue 20

#139E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #139E14

Tints of Forest Green #139E14

RGB

 RED value IS 19 (7.81% from 255) = 9.64%

 GREEN value IS 158 (62.11% from 255) = 80.2%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 9.64%
G = 80.2%
B = 10.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#139E14 (or 0x139E14) is known color: Forest Green. HEX triplet: 13, 9E and 14. RGB value is (19,158,20). Sum of RGB (Red+Green+Blue) = 19+158+20=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 158 (62.11% from 255 or 80.20% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 158 - color contains mainly: green. Hex color #139E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139E14 is #EC61EB. Grayscale: #656565. Windows color (decimal): -15491564 or 1351187. OLE color: 1351187.

HSL color Cylindrical-coordinate representation of color #139E14: hue angle of 120.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139E14 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 158 20 -
CMYK 0.88 0 0.87 0.38
HSL 120.43º 0.79% 0.35% -
HSV(B) 120.43º 0.88% 0.62% -
XYZ 12.62 24.64 4.75 -
YUV 100.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 19 158 20 0.88 0 0.87 0.38 120.43 0.79 0.35
Hex 13 9E 14 58 0 57 26 78 4F 23
Octal 23 236 24 130 0 127 46 170 117 43
Binary 10011 10011110 10100 1011000 0 1010111 100110 1111000 1001111 100011

Color Harmonies of #139E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139E14

Black with #139E14

Text Example


Text Example

White with #139E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139E14; }

 p { color: rgb(19,158,20); }

 H1.HeaderClassName
 {
   color: #139E14;
 }
 .AnyTagClassName
 {
   color: #139E14;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #139E14;
 }
 .BgClassName
 {
   background-color: #139E14;
 }
</style>

border-color css

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

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

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