#159000

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

Shades of Islamic Green #159000

Tints of Islamic Green #159000

Color information

#159000 (or 0x159000) is unknown color: approx Islamic Green. HEX triplet: 15, 90 and 00. RGB value is (21,144,0). Sum of RGB (Red+Green+Blue) = 21+144+0=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #159000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159000 is #EA6FFF. Grayscale: #5B5B5B. Windows color (decimal): -15364096 or 36885. OLE color: 36885.

HSL color Cylindrical-coordinate representation of color #159000: hue angle of 111.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #159000 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB211440-
CMYK0.85010.44
HSL111.25º100%28.24%-
HSV(B)111.25º100%56.47%-
XYZ10.2820.113.34-
YUV90.8176.7578.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 144 (56.64% from 255) = 87.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.73%
G=87.27%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2114400.85010.44111.2510028.24
Hex15900550642C6f641c
Octal25220012501445415714434
Binary101011001000001010101011001001011001101111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159000; }

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

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

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

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

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

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

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

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