#139F00

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

Shades of Islamic Green #139F00

Tints of Islamic Green #139F00

Color information

#139F00 (or 0x139F00) is unknown color: approx Islamic Green. HEX triplet: 13, 9F and 00. RGB value is (19,159,0). Sum of RGB (Red+Green+Blue) = 19+159+0=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 159 (62.5% from 255 or 89.33% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 159 - color contains mainly: green. Hex color #139F00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139F00 is #EC60FF. Grayscale: #636363. Windows color (decimal): -15491328 or 40723. OLE color: 40723.

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

Color convert

RGB191590-
CMYK0.88010.38
HSL112.83º100%31.18%-
HSV(B)112.83º100%62.35%-
XYZ12.6724.934.15-
YUV99.0172.1270.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 159 (62.5% from 255) = 89.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.67%
G=89.33%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1915900.88010.38112.8310031.18
Hex139F0580642671641f
Octal23237013001444616114437
Binary100111001111101011000011001001001101110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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