Html Css Color HEX #149C20 Forest Green

📋 copy color: '#149C20'

red 20 ◦ green 156 ◦ blue 32

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

Shades of Forest Green #149C20

Tints of Forest Green #149C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 75%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 9.62%
G = 75%
B = 15.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#149C20 (or 0x149C20) is known color: Forest Green. HEX triplet: 14, 9C and 20. RGB value is (20,156,32). Sum of RGB (Red+Green+Blue) = 20+156+32=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 156 (61.33% from 255 or 75% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 156 - color contains mainly: green. Hex color #149C20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149C20 is #EB63DF. Grayscale: #656565. Windows color (decimal): -15426528 or 2137108. OLE color: 2137108.

HSL color Cylindrical-coordinate representation of color #149C20: hue angle of 125.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C20 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 32 -
CMYK 0.87 0 0.79 0.39
HSL 125.29º 0.77% 0.35% -
HSV(B) 125.29º 0.87% 0.61% -
XYZ 12.44 24.03 5.35 -
YUV 101.2 88.94 70.08 -
System Red Green Blue C M Y K H S L
Decimal 20 156 32 0.87 0 0.79 0.39 125.29 0.77 0.35
Hex 14 9C 20 57 0 4F 27 7D 4D 23
Octal 24 234 40 127 0 117 47 175 115 43
Binary 10100 10011100 100000 1010111 0 1001111 100111 1111101 1001101 100011

Color Harmonies of #149C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C20

Black with #149C20

Text Example


Text Example

White with #149C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149C20; }

 p { color: rgb(20,156,32); }

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

background-color css

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

 a { background-color: rgb(20,156,32); }

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

border-color css

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

 span { border-color: rgb(20,156,32); }

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