Html Css Color HEX #14AD1F Forest Green

📋 copy color: '#14AD1F'

red 20 ◦ green 173 ◦ blue 31

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

Shades of Forest Green #14AD1F

Tints of Forest Green #14AD1F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 77.23%

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

R = 8.93%
G = 77.23%
B = 13.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#14AD1F (or 0x14AD1F) is known color: Forest Green. HEX triplet: 14, AD and 1F. RGB value is (20,173,31). Sum of RGB (Red+Green+Blue) = 20+173+31=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 173 (67.97% from 255 or 77.23% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD1F is #EB52E0. Grayscale: #6F6F6F. Windows color (decimal): -15422177 or 2075924. OLE color: 2075924.

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

Color convert

RGB 20 173 31 -
CMYK 0.88 0 0.82 0.32
HSL 124.31º 0.79% 0.38% -
HSV(B) 124.31º 0.88% 0.68% -
XYZ 15.48 30.13 6.3 -
YUV 111.07 82.81 63.05 -
System Red Green Blue C M Y K H S L
Decimal 20 173 31 0.88 0 0.82 0.32 124.31 0.79 0.38
Hex 14 AD 1F 58 0 52 20 7C 4F 26
Octal 24 255 37 130 0 122 40 174 117 46
Binary 10100 10101101 11111 1011000 0 1010010 100000 1111100 1001111 100110

Color Harmonies of #14AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD1F

Black with #14AD1F

Text Example


Text Example

White with #14AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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