#158206

Color #158206 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #158206

Tints of Green #158206

Color information

#158206 (or 0x158206) is unknown color: approx Green. HEX triplet: 15, 82 and 06. RGB value is (21,130,6). Sum of RGB (Red+Green+Blue) = 21+130+6=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #158206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158206 is #EA7DF9. Grayscale: #535353. Windows color (decimal): -15367674 or 426517. OLE color: 426517.

HSL color Cylindrical-coordinate representation of color #158206: hue angle of 112.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #158206 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB211306-
CMYK0.8400.950.49
HSL112.74º91.18%26.67%-
HSV(B)112.74º95.38%50.98%-
XYZ8.3216.142.85-
YUV83.2784.3983.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 130 (51.17% from 255) = 82.80%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=13.38%
G=82.80%
B=3.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2113060.8400.950.49112.7491.1826.67
Hex158265405F31715b1b
Octal25202612401376116113333
Binary10101100000101101010100010111111100011110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158206; }

 p { color: rgb(21,130,6); }

 H1.HeaderClassName
 {
   color: #158206;
 }
 .AnyTagClassName
 {
   color: #158206;
 }
</style>
background-color css

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

 a { background-color: rgb(21,130,6); }

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

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

 span { border-color: rgb(21,130,6); }

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