Html Css Color HEX #149018 Forest Green

📋 copy color: '#149018'

red 20 ◦ green 144 ◦ blue 24

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

Shades of Forest Green #149018

Tints of Forest Green #149018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 76.6%

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

R = 10.64%
G = 76.6%
B = 12.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#149018 (or 0x149018) is known color: Forest Green. HEX triplet: 14, 90 and 18. RGB value is (20,144,24). Sum of RGB (Red+Green+Blue) = 20+144+24=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #149018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149018 is #EB6FE7. Grayscale: #5D5D5D. Windows color (decimal): -15429608 or 1609748. OLE color: 1609748.

HSL color Cylindrical-coordinate representation of color #149018: hue angle of 121.94º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149018 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 24 -
CMYK 0.86 0 0.83 0.44
HSL 121.94º 0.76% 0.32% -
HSV(B) 121.94º 0.86% 0.56% -
XYZ 10.43 20.16 4.21 -
YUV 93.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 20 144 24 0.86 0 0.83 0.44 121.94 0.76 0.32
Hex 14 90 18 56 0 53 2C 7A 4C 20
Octal 24 220 30 126 0 123 54 172 114 40
Binary 10100 10010000 11000 1010110 0 1010011 101100 1111010 1001100 100000

Color Harmonies of #149018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149018

Black with #149018

Text Example


Text Example

White with #149018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149018; }

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

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

background-color css

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

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

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

border-color css

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

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

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