Html Css Color HEX #149E18 Forest Green

📋 copy color: '#149E18'

red 20 ◦ green 158 ◦ blue 24

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

Shades of Forest Green #149E18

Tints of Forest Green #149E18

RGB

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

 GREEN value IS 158 (62.11% from 255) = 78.22%

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

R = 9.9%
G = 78.22%
B = 11.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#149E18 (or 0x149E18) is known color: Forest Green. HEX triplet: 14, 9E and 18. RGB value is (20,158,24). Sum of RGB (Red+Green+Blue) = 20+158+24=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 158 (62.11% from 255 or 78.22% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 158 - color contains mainly: green. Hex color #149E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E18 is #EB61E7. Grayscale: #656565. Windows color (decimal): -15426024 or 1613332. OLE color: 1613332.

HSL color Cylindrical-coordinate representation of color #149E18: hue angle of 121.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E18 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 24 -
CMYK 0.87 0 0.85 0.38
HSL 121.74º 0.78% 0.35% -
HSV(B) 121.74º 0.87% 0.62% -
XYZ 12.68 24.67 4.96 -
YUV 101.46 84.28 69.9 -
System Red Green Blue C M Y K H S L
Decimal 20 158 24 0.87 0 0.85 0.38 121.74 0.78 0.35
Hex 14 9E 18 57 0 55 26 7A 4E 23
Octal 24 236 30 127 0 125 46 172 116 43
Binary 10100 10011110 11000 1010111 0 1010101 100110 1111010 1001110 100011

Color Harmonies of #149E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E18

Black with #149E18

Text Example


Text Example

White with #149E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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