Html Css Color HEX #118210 Green

📋 copy color: '#118210'

red 17 ◦ green 130 ◦ blue 16

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

Shades of Green #118210

Tints of Green #118210

RGB

 RED value IS 17 (7.03% from 255) = 10.43%

 GREEN value IS 130 (51.17% from 255) = 79.75%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 10.43%
G = 79.75%
B = 9.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#118210 (or 0x118210) is known color: Green. HEX triplet: 11, 82 and 10. RGB value is (17,130,16). Sum of RGB (Red+Green+Blue) = 17+130+16=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #118210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118210 is #EE7DEF. Grayscale: #535353. Windows color (decimal): -15629808 or 1081873. OLE color: 1081873.

HSL color Cylindrical-coordinate representation of color #118210: hue angle of 119.47º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118210 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 16 -
CMYK 0.87 0 0.88 0.49
HSL 119.47º 0.78% 0.29% -
HSV(B) 119.47º 0.88% 0.51% -
XYZ 8.31 16.12 3.16 -
YUV 83.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 17 130 16 0.87 0 0.88 0.49 119.47 0.78 0.29
Hex 11 82 10 57 0 58 31 77 4E 1D
Octal 21 202 20 127 0 130 61 167 116 35
Binary 10001 10000010 10000 1010111 0 1011000 110001 1110111 1001110 11101

Color Harmonies of #118210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118210

Black with #118210

Text Example


Text Example

White with #118210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118210; }

 p { color: rgb(17,130,16); }

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

background-color css

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

 a { background-color: rgb(17,130,16); }

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

border-color css

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

 span { border-color: rgb(17,130,16); }

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