#139F05

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

Shades of Islamic Green #139F05

Tints of Islamic Green #139F05

Color information

#139F05 (or 0x139F05) is unknown color: approx Islamic Green. HEX triplet: 13, 9F and 05. RGB value is (19,159,5). Sum of RGB (Red+Green+Blue) = 19+159+5=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 159 (62.5% from 255 or 86.89% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 159 - color contains mainly: green. Hex color #139F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139F05 is #EC60FA. Grayscale: #646464. Windows color (decimal): -15491323 or 368403. OLE color: 368403.

HSL color Cylindrical-coordinate representation of color #139F05: hue angle of 114.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #139F05 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB191595-
CMYK0.8800.970.38
HSL114.55º93.9%32.16%-
HSV(B)114.55º96.86%62.35%-
XYZ12.6924.954.29-
YUV99.5874.6270.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 159 (62.5% from 255) = 86.89%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=10.38%
G=86.89%
B=2.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1915950.8800.970.38114.5593.932.16
Hex139F55806126735e20
Octal23237513001414616313640
Binary100111001111110110110000110000110011011100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139F05; }

 p { color: rgb(19,159,5); }

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

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

 a { background-color: rgb(19,159,5); }

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

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

 span { border-color: rgb(19,159,5); }

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