Html Css Color HEX #149636 Forest Green

📋 copy color: '#149636'

red 20 ◦ green 150 ◦ blue 54

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

Shades of Forest Green #149636

Tints of Forest Green #149636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 8.93%
G = 66.96%
B = 24.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#149636 (or 0x149636) is known color: Forest Green. HEX triplet: 14, 96 and 36. RGB value is (20,150,54). Sum of RGB (Red+Green+Blue) = 20+150+54=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #149636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149636 is #EB69C9. Grayscale: #646464. Windows color (decimal): -15428042 or 3577364. OLE color: 3577364.

HSL color Cylindrical-coordinate representation of color #149636: hue angle of 135.69º 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 #149636 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 54 -
CMYK 0.87 0 0.64 0.41
HSL 135.69º 0.76% 0.33% -
HSV(B) 135.69º 0.87% 0.59% -
XYZ 11.86 22.23 7.16 -
YUV 100.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 20 150 54 0.87 0 0.64 0.41 135.69 0.76 0.33
Hex 14 96 36 57 0 40 29 88 4C 21
Octal 24 226 66 127 0 100 51 210 114 41
Binary 10100 10010110 110110 1010111 0 1000000 101001 10001000 1001100 100001

Color Harmonies of #149636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149636

Black with #149636

Text Example


Text Example

White with #149636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149636; }

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

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

background-color css

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

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

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

border-color css

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

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

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