Html Css Color HEX #149010 Forest Green

📋 copy color: '#149010'

red 20 ◦ green 144 ◦ blue 16

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

Shades of Forest Green #149010

Tints of Forest Green #149010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 11.11%
G = 80%
B = 8.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#149010 (or 0x149010) is known color: Forest Green. HEX triplet: 14, 90 and 10. RGB value is (20,144,16). Sum of RGB (Red+Green+Blue) = 20+144+16=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 144 (56.64% from 255 or 80% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 144 - color contains mainly: green. Hex color #149010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149010 is #EB6FEF. Grayscale: #5C5C5C. Windows color (decimal): -15429616 or 1085460. OLE color: 1085460.

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

Color convert

RGB 20 144 16 -
CMYK 0.86 0 0.89 0.44
HSL 118.13º 0.8% 0.31% -
HSV(B) 118.13º 0.89% 0.56% -
XYZ 10.36 20.13 3.83 -
YUV 92.33 84.92 76.41 -
System Red Green Blue C M Y K H S L
Decimal 20 144 16 0.86 0 0.89 0.44 118.13 0.8 0.31
Hex 14 90 10 56 0 59 2C 76 50 1F
Octal 24 220 20 126 0 131 54 166 120 37
Binary 10100 10010000 10000 1010110 0 1011001 101100 1110110 1010000 11111

Color Harmonies of #149010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149010

Black with #149010

Text Example


Text Example

White with #149010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149010; }

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

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

background-color css

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

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

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

border-color css

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

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

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