Html Css Color HEX #149510 Forest Green

📋 copy color: '#149510'

red 20 ◦ green 149 ◦ blue 16

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

Shades of Forest Green #149510

Tints of Forest Green #149510

RGB

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

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

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

R = 10.81%
G = 80.54%
B = 8.65%

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

#149510 (or 0x149510) is known color: Forest Green. HEX triplet: 14, 95 and 10. RGB value is (20,149,16). Sum of RGB (Red+Green+Blue) = 20+149+16=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #149510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149510 is #EB6AEF. Grayscale: #5F5F5F. Windows color (decimal): -15428336 or 1086740. OLE color: 1086740.

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

Color convert

RGB 20 149 16 -
CMYK 0.87 0 0.89 0.42
HSL 118.2º 0.81% 0.32% -
HSV(B) 118.2º 0.89% 0.58% -
XYZ 11.13 21.68 4.09 -
YUV 95.27 83.26 74.31 -
System Red Green Blue C M Y K H S L
Decimal 20 149 16 0.87 0 0.89 0.42 118.2 0.81 0.32
Hex 14 95 10 57 0 59 2A 76 51 20
Octal 24 225 20 127 0 131 52 166 121 40
Binary 10100 10010101 10000 1010111 0 1011001 101010 1110110 1010001 100000

Color Harmonies of #149510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149510

Black with #149510

Text Example


Text Example

White with #149510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149510; }

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

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

background-color css

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

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

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

border-color css

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

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

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