Html Css Color HEX #149618 Forest Green

📋 copy color: '#149618'

red 20 ◦ green 150 ◦ blue 24

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

Shades of Forest Green #149618

Tints of Forest Green #149618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 77.32%

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

R = 10.31%
G = 77.32%
B = 12.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#149618 (or 0x149618) is known color: Forest Green. HEX triplet: 14, 96 and 18. RGB value is (20,150,24). Sum of RGB (Red+Green+Blue) = 20+150+24=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 150 (58.98% from 255 or 77.32% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 150 - color contains mainly: green. Hex color #149618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149618 is #EB69E7. Grayscale: #616161. Windows color (decimal): -15428072 or 1611284. OLE color: 1611284.

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

Color convert

RGB 20 150 24 -
CMYK 0.87 0 0.84 0.41
HSL 121.85º 0.76% 0.33% -
HSV(B) 121.85º 0.87% 0.59% -
XYZ 11.36 22.03 4.52 -
YUV 96.77 86.93 73.25 -
System Red Green Blue C M Y K H S L
Decimal 20 150 24 0.87 0 0.84 0.41 121.85 0.76 0.33
Hex 14 96 18 57 0 54 29 7A 4C 21
Octal 24 226 30 127 0 124 51 172 114 41
Binary 10100 10010110 11000 1010111 0 1010100 101001 1111010 1001100 100001

Color Harmonies of #149618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149618

Black with #149618

Text Example


Text Example

White with #149618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149618; }

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

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

background-color css

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

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

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

border-color css

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

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

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