Html Css Color HEX #10AD20 Forest Green

📋 copy color: '#10AD20'

red 16 ◦ green 173 ◦ blue 32

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

Shades of Forest Green #10AD20

Tints of Forest Green #10AD20

RGB

 RED value IS 16 (6.64% from 255) = 7.24%

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

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

R = 7.24%
G = 78.28%
B = 14.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#10AD20 (or 0x10AD20) is known color: Forest Green. HEX triplet: 10, AD and 20. RGB value is (16,173,32). Sum of RGB (Red+Green+Blue) = 16+173+32=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD20 is #EF52DF. Grayscale: #6E6E6E. Windows color (decimal): -15684320 or 2141456. OLE color: 2141456.

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

Color convert

RGB 16 173 32 -
CMYK 0.91 0 0.82 0.32
HSL 126.11º 0.83% 0.37% -
HSV(B) 126.11º 0.91% 0.68% -
XYZ 15.42 30.1 6.36 -
YUV 109.98 83.99 60.96 -
System Red Green Blue C M Y K H S L
Decimal 16 173 32 0.91 0 0.82 0.32 126.11 0.83 0.37
Hex 10 AD 20 5B 0 52 20 7E 53 25
Octal 20 255 40 133 0 122 40 176 123 45
Binary 10000 10101101 100000 1011011 0 1010010 100000 1111110 1010011 100101

Color Harmonies of #10AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD20

Black with #10AD20

Text Example


Text Example

White with #10AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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