Html Css Color HEX #149014 Forest Green

📋 copy color: '#149014'

red 20 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #149014

Tints of Forest Green #149014

RGB

 RED value IS 20 (8.2% from 255) = 10.87%

 GREEN value IS 144 (56.64% from 255) = 78.26%

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

R = 10.87%
G = 78.26%
B = 10.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#149014 (or 0x149014) is known color: Forest Green. HEX triplet: 14, 90 and 14. RGB value is (20,144,20). Sum of RGB (Red+Green+Blue) = 20+144+20=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 144 (56.64% from 255 or 78.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 144 - color contains mainly: green. Hex color #149014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149014 is #EB6FEB. Grayscale: #5D5D5D. Windows color (decimal): -15429612 or 1347604. OLE color: 1347604.

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

Color convert

RGB 20 144 20 -
CMYK 0.86 0 0.86 0.44
HSL 120º 0.76% 0.32% -
HSV(B) 120º 0.86% 0.56% -
XYZ 10.39 20.15 4 -
YUV 92.79 86.92 76.08 -
System Red Green Blue C M Y K H S L
Decimal 20 144 20 0.86 0 0.86 0.44 120 0.76 0.32
Hex 14 90 14 56 0 56 2C 78 4C 20
Octal 24 220 24 126 0 126 54 170 114 40
Binary 10100 10010000 10100 1010110 0 1010110 101100 1111000 1001100 100000

Color Harmonies of #149014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149014

Black with #149014

Text Example


Text Example

White with #149014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149014; }

 p { color: rgb(20,144,20); }

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

background-color css

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

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

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

border-color css

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

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

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