Html Css Color HEX #149911 Forest Green

📋 copy color: '#149911'

red 20 ◦ green 153 ◦ blue 17

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

Shades of Forest Green #149911

Tints of Forest Green #149911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 80.53%

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

R = 10.53%
G = 80.53%
B = 8.95%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#149911 (or 0x149911) is known color: Forest Green. HEX triplet: 14, 99 and 11. RGB value is (20,153,17). Sum of RGB (Red+Green+Blue) = 20+153+17=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 153 (60.16% from 255 or 80.53% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 153 - color contains mainly: green. Hex color #149911 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149911 is #EB66EE. Grayscale: #626262. Windows color (decimal): -15427311 or 1153300. OLE color: 1153300.

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

Color convert

RGB 20 153 17 -
CMYK 0.87 0 0.89 0.4
HSL 118.68º 0.8% 0.33% -
HSV(B) 118.68º 0.89% 0.6% -
XYZ 11.78 22.97 4.34 -
YUV 97.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 20 153 17 0.87 0 0.89 0.4 118.68 0.8 0.33
Hex 14 99 11 57 0 59 28 77 50 21
Octal 24 231 21 127 0 131 50 167 120 41
Binary 10100 10011001 10001 1010111 0 1011001 101000 1110111 1010000 100001

Color Harmonies of #149911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149911

Black with #149911

Text Example


Text Example

White with #149911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149911; }

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

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

background-color css

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

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

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

border-color css

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

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

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