#158B0B

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

Shades of Green #158B0B

Tints of Green #158B0B

Color information

#158B0B (or 0x158B0B) is unknown color: approx Green. HEX triplet: 15, 8B and 0B. RGB value is (21,139,11). Sum of RGB (Red+Green+Blue) = 21+139+11=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 139 (54.69% from 255 or 81.29% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 139 - color contains mainly: green. Hex color #158B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158B0B is #EA74F4. Grayscale: #595959. Windows color (decimal): -15365365 or 756501. OLE color: 756501.

HSL color Cylindrical-coordinate representation of color #158B0B: hue angle of 115.31º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #158B0B is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB2113911-
CMYK0.8500.920.45
HSL115.31º85.33%29.41%-
HSV(B)115.31º92.09%54.51%-
XYZ9.618.653.41-
YUV89.1383.9179.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 139 (54.69% from 255) = 81.29%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=12.28%
G=81.29%
B=6.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21139110.8500.920.45115.3185.3329.41
Hex158BB5505C2D73551d
Octal252131312501345516312535
Binary101011000101110111010101010111001011011110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158B0B; }

 p { color: rgb(21,139,11); }

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

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

 a { background-color: rgb(21,139,11); }

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

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

 span { border-color: rgb(21,139,11); }

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