Html Css Color HEX #149D1A Forest Green

📋 copy color: '#149D1A'

red 20 ◦ green 157 ◦ blue 26

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

Shades of Forest Green #149D1A

Tints of Forest Green #149D1A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 77.34%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 9.85%
G = 77.34%
B = 12.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#149D1A (or 0x149D1A) is known color: Forest Green. HEX triplet: 14, 9D and 1A. RGB value is (20,157,26). Sum of RGB (Red+Green+Blue) = 20+157+26=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #149D1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149D1A is #EB62E5. Grayscale: #656565. Windows color (decimal): -15426278 or 1744148. OLE color: 1744148.

HSL color Cylindrical-coordinate representation of color #149D1A: hue angle of 122.63º degrees, saturation: 0.77, 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 #149D1A is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 157 26 -
CMYK 0.87 0 0.83 0.38
HSL 122.63º 0.77% 0.35% -
HSV(B) 122.63º 0.87% 0.62% -
XYZ 12.53 24.34 5.01 -
YUV 101.1 85.61 70.15 -
System Red Green Blue C M Y K H S L
Decimal 20 157 26 0.87 0 0.83 0.38 122.63 0.77 0.35
Hex 14 9D 1A 57 0 53 26 7B 4D 23
Octal 24 235 32 127 0 123 46 173 115 43
Binary 10100 10011101 11010 1010111 0 1010011 100110 1111011 1001101 100011

Color Harmonies of #149D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D1A

Black with #149D1A

Text Example


Text Example

White with #149D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,26); }

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

background-color css

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

 a { background-color: rgb(20,157,26); }

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

border-color css

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

 span { border-color: rgb(20,157,26); }

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