Html Css Color HEX #149518 Forest Green

📋 copy color: '#149518'

red 20 ◦ green 149 ◦ blue 24

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

Shades of Forest Green #149518

Tints of Forest Green #149518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 77.2%

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

R = 10.36%
G = 77.2%
B = 12.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#149518 (or 0x149518) is known color: Forest Green. HEX triplet: 14, 95 and 18. RGB value is (20,149,24). Sum of RGB (Red+Green+Blue) = 20+149+24=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #149518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149518 is #EB6AE7. Grayscale: #606060. Windows color (decimal): -15428328 or 1611028. OLE color: 1611028.

HSL color Cylindrical-coordinate representation of color #149518: hue angle of 121.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149518 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 24 -
CMYK 0.87 0 0.84 0.42
HSL 121.86º 0.76% 0.33% -
HSV(B) 121.86º 0.87% 0.58% -
XYZ 11.2 21.71 4.46 -
YUV 96.18 87.26 73.66 -
System Red Green Blue C M Y K H S L
Decimal 20 149 24 0.87 0 0.84 0.42 121.86 0.76 0.33
Hex 14 95 18 57 0 54 2A 7A 4C 21
Octal 24 225 30 127 0 124 52 172 114 41
Binary 10100 10010101 11000 1010111 0 1010100 101010 1111010 1001100 100001

Color Harmonies of #149518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149518

Black with #149518

Text Example


Text Example

White with #149518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149518; }

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

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

background-color css

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

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

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

border-color css

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

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

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