#158200

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

Shades of Green #158200

Tints of Green #158200

Color information

#158200 (or 0x158200) is unknown color: approx Green. HEX triplet: 15, 82 and 00. RGB value is (21,130,0). Sum of RGB (Red+Green+Blue) = 21+130+0=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 130 (51.17% from 255 or 86.09% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 130 - color contains mainly: green. Hex color #158200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158200 is #EA7DFF. Grayscale: #535353. Windows color (decimal): -15367680 or 33301. OLE color: 33301.

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

Color convert

RGB211300-
CMYK0.84010.49
HSL110.31º100%25.49%-
HSV(B)110.31º100%50.98%-
XYZ8.2916.122.68-
YUV82.5981.3984.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 130 (51.17% from 255) = 86.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.91%
G=86.09%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2113000.84010.49110.3110025.49
Hex1582054064316e6419
Octal25202012401446115614431
Binary101011000001001010100011001001100011101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158200; }

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

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

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

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

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

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

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

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