#158D07

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

Shades of Islamic Green #158D07

Tints of Islamic Green #158D07

Color information

#158D07 (or 0x158D07) is unknown color: approx Islamic Green. HEX triplet: 15, 8D and 07. RGB value is (21,141,7). Sum of RGB (Red+Green+Blue) = 21+141+7=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 141 (55.47% from 255 or 83.43% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 141 - color contains mainly: green. Hex color #158D07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158D07 is #EA72F8. Grayscale: #5A5A5A. Windows color (decimal): -15364857 or 494869. OLE color: 494869.

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

Color convert

RGB211417-
CMYK0.8500.950.45
HSL113.73º90.54%29.02%-
HSV(B)113.73º95.04%55.29%-
XYZ9.8719.223.39-
YUV89.8481.2478.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 141 (55.47% from 255) = 83.43%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=12.43%
G=83.43%
B=4.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2114170.8500.950.45113.7390.5429.02
Hex158D75505F2D725b1d
Octal25215712501375516213335
Binary10101100011011111010101010111111011011110010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,7); }

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

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

 a { background-color: rgb(21,141,7); }

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

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

 span { border-color: rgb(21,141,7); }

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