Html Css Color HEX #149610 Forest Green

📋 copy color: '#149610'

red 20 ◦ green 150 ◦ blue 16

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

Shades of Forest Green #149610

Tints of Forest Green #149610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 80.65%

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

R = 10.75%
G = 80.65%
B = 8.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#149610 (or 0x149610) is known color: Forest Green. HEX triplet: 14, 96 and 10. RGB value is (20,150,16). Sum of RGB (Red+Green+Blue) = 20+150+16=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #149610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149610 is #EB69EF. Grayscale: #606060. Windows color (decimal): -15428080 or 1086996. OLE color: 1086996.

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

Color convert

RGB 20 150 16 -
CMYK 0.87 0 0.89 0.41
HSL 118.21º 0.81% 0.33% -
HSV(B) 118.21º 0.89% 0.59% -
XYZ 11.29 22 4.14 -
YUV 95.85 82.93 73.9 -
System Red Green Blue C M Y K H S L
Decimal 20 150 16 0.87 0 0.89 0.41 118.21 0.81 0.33
Hex 14 96 10 57 0 59 29 76 51 21
Octal 24 226 20 127 0 131 51 166 121 41
Binary 10100 10010110 10000 1010111 0 1011001 101001 1110110 1010001 100001

Color Harmonies of #149610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149610

Black with #149610

Text Example


Text Example

White with #149610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149610; }

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

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

background-color css

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

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

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

border-color css

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

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

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