Html Css Color HEX #1A9D14 Forest Green

📋 copy color: '#1A9D14'

red 26 ◦ green 157 ◦ blue 20

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

Shades of Forest Green #1A9D14

Tints of Forest Green #1A9D14

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

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

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

Color convert

RGB 26 157 20 -
CMYK 0.83 0 0.87 0.38
HSL 117.37º 0.77% 0.35% -
HSV(B) 117.37º 0.87% 0.62% -
XYZ 12.61 24.38 4.7 -
YUV 102.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 26 157 20 0.83 0 0.87 0.38 117.37 0.77 0.35
Hex 1A 9D 14 53 0 57 26 75 4D 23
Octal 32 235 24 123 0 127 46 165 115 43
Binary 11010 10011101 10100 1010011 0 1010111 100110 1110101 1001101 100011

Color Harmonies of #1A9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9D14

Black with #1A9D14

Text Example


Text Example

White with #1A9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A9D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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