Html Css Color HEX #14AB1F Forest Green

📋 copy color: '#14AB1F'

red 20 ◦ green 171 ◦ blue 31

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

Shades of Forest Green #14AB1F

Tints of Forest Green #14AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.03%

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 9.01%
G = 77.03%
B = 13.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#14AB1F (or 0x14AB1F) is known color: Forest Green. HEX triplet: 14, AB and 1F. RGB value is (20,171,31). Sum of RGB (Red+Green+Blue) = 20+171+31=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB1F is #EB54E0. Grayscale: #6E6E6E. Windows color (decimal): -15422689 or 2075412. OLE color: 2075412.

HSL color Cylindrical-coordinate representation of color #14AB1F: hue angle of 124.37º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB1F is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 31 -
CMYK 0.88 0 0.82 0.33
HSL 124.37º 0.79% 0.37% -
HSV(B) 124.37º 0.88% 0.67% -
XYZ 15.1 29.37 6.17 -
YUV 109.89 83.47 63.88 -
System Red Green Blue C M Y K H S L
Decimal 20 171 31 0.88 0 0.82 0.33 124.37 0.79 0.37
Hex 14 AB 1F 58 0 52 21 7C 4F 25
Octal 24 253 37 130 0 122 41 174 117 45
Binary 10100 10101011 11111 1011000 0 1010010 100001 1111100 1001111 100101

Color Harmonies of #14AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB1F

Black with #14AB1F

Text Example


Text Example

White with #14AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AB1F; }

 p { color: rgb(20,171,31); }

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

background-color css

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

 a { background-color: rgb(20,171,31); }

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

border-color css

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

 span { border-color: rgb(20,171,31); }

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