Html Css Color HEX #13AD20 Forest Green

📋 copy color: '#13AD20'

red 19 ◦ green 173 ◦ blue 32

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

Shades of Forest Green #13AD20

Tints of Forest Green #13AD20

RGB

 RED value IS 19 (7.81% from 255) = 8.48%

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 8.48%
G = 77.23%
B = 14.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#13AD20 (or 0x13AD20) is known color: Forest Green. HEX triplet: 13, AD and 20. RGB value is (19,173,32). Sum of RGB (Red+Green+Blue) = 19+173+32=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 173 (67.97% from 255 or 77.23% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD20 is #EC52DF. Grayscale: #6F6F6F. Windows color (decimal): -15487712 or 2141459. OLE color: 2141459.

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

Color convert

RGB 19 173 32 -
CMYK 0.89 0 0.82 0.32
HSL 125.06º 0.8% 0.38% -
HSV(B) 125.06º 0.89% 0.68% -
XYZ 15.47 30.13 6.37 -
YUV 110.88 83.48 62.46 -
System Red Green Blue C M Y K H S L
Decimal 19 173 32 0.89 0 0.82 0.32 125.06 0.8 0.38
Hex 13 AD 20 59 0 52 20 7D 50 26
Octal 23 255 40 131 0 122 40 175 120 46
Binary 10011 10101101 100000 1011001 0 1010010 100000 1111101 1010000 100110

Color Harmonies of #13AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD20

Black with #13AD20

Text Example


Text Example

White with #13AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AD20; }

 p { color: rgb(19,173,32); }

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

background-color css

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

 a { background-color: rgb(19,173,32); }

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

border-color css

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

 span { border-color: rgb(19,173,32); }

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