Html Css Color HEX #149C18 Forest Green

📋 copy color: '#149C18'

red 20 ◦ green 156 ◦ blue 24

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

Shades of Forest Green #149C18

Tints of Forest Green #149C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12%

R = 10%
G = 78%
B = 12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#149C18 (or 0x149C18) is known color: Forest Green. HEX triplet: 14, 9C and 18. RGB value is (20,156,24). Sum of RGB (Red+Green+Blue) = 20+156+24=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 156 (61.33% from 255 or 78% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 156 - color contains mainly: green. Hex color #149C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149C18 is #EB63E7. Grayscale: #646464. Windows color (decimal): -15426536 or 1612820. OLE color: 1612820.

HSL color Cylindrical-coordinate representation of color #149C18: hue angle of 121.76º 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 #149C18 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 24 -
CMYK 0.87 0 0.85 0.39
HSL 121.76º 0.77% 0.35% -
HSV(B) 121.76º 0.87% 0.61% -
XYZ 12.34 23.99 4.84 -
YUV 100.29 84.94 70.73 -
System Red Green Blue C M Y K H S L
Decimal 20 156 24 0.87 0 0.85 0.39 121.76 0.77 0.35
Hex 14 9C 18 57 0 55 27 7A 4D 23
Octal 24 234 30 127 0 125 47 172 115 43
Binary 10100 10011100 11000 1010111 0 1010101 100111 1111010 1001101 100011

Color Harmonies of #149C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C18

Black with #149C18

Text Example


Text Example

White with #149C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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