Html Css Color HEX #149511 Forest Green

📋 copy color: '#149511'

red 20 ◦ green 149 ◦ blue 17

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

Shades of Forest Green #149511

Tints of Forest Green #149511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.11%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 10.75%
G = 80.11%
B = 9.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#149511 (or 0x149511) is known color: Forest Green. HEX triplet: 14, 95 and 11. RGB value is (20,149,17). Sum of RGB (Red+Green+Blue) = 20+149+17=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #149511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149511 is #EB6AEE. Grayscale: #5F5F5F. Windows color (decimal): -15428335 or 1152276. OLE color: 1152276.

HSL color Cylindrical-coordinate representation of color #149511: hue angle of 118.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149511 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 17 -
CMYK 0.87 0 0.89 0.42
HSL 118.64º 0.8% 0.33% -
HSV(B) 118.64º 0.89% 0.58% -
XYZ 11.14 21.68 4.13 -
YUV 95.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 20 149 17 0.87 0 0.89 0.42 118.64 0.8 0.33
Hex 14 95 11 57 0 59 2A 77 50 21
Octal 24 225 21 127 0 131 52 167 120 41
Binary 10100 10010101 10001 1010111 0 1011001 101010 1110111 1010000 100001

Color Harmonies of #149511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149511

Black with #149511

Text Example


Text Example

White with #149511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149511; }

 p { color: rgb(20,149,17); }

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

background-color css

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

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

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

border-color css

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

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

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