Html Css Color HEX #139D14 Forest Green

📋 copy color: '#139D14'

red 19 ◦ green 157 ◦ blue 20

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

Shades of Forest Green #139D14

Tints of Forest Green #139D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 80.1%

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

R = 9.69%
G = 80.1%
B = 10.2%

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

#139D14 (or 0x139D14) is known color: Forest Green. HEX triplet: 13, 9D and 14. RGB value is (19,157,20). Sum of RGB (Red+Green+Blue) = 19+157+20=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 157 (61.72% from 255 or 80.10% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 157 - color contains mainly: green. Hex color #139D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139D14 is #EC62EB. Grayscale: #646464. Windows color (decimal): -15491820 or 1350931. OLE color: 1350931.

HSL color Cylindrical-coordinate representation of color #139D14: hue angle of 120.43º degrees, saturation: 0.78, 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 #139D14 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 20 -
CMYK 0.88 0 0.87 0.38
HSL 120.43º 0.78% 0.35% -
HSV(B) 120.43º 0.88% 0.62% -
XYZ 12.45 24.3 4.7 -
YUV 100.12 82.78 70.14 -
System Red Green Blue C M Y K H S L
Decimal 19 157 20 0.88 0 0.87 0.38 120.43 0.78 0.35
Hex 13 9D 14 58 0 57 26 78 4E 23
Octal 23 235 24 130 0 127 46 170 116 43
Binary 10011 10011101 10100 1011000 0 1010111 100110 1111000 1001110 100011

Color Harmonies of #139D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D14

Black with #139D14

Text Example


Text Example

White with #139D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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