#13990F

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

Shades of Islamic Green #13990F

Tints of Islamic Green #13990F

Color information

#13990F (or 0x13990F) is unknown color: approx Islamic Green. HEX triplet: 13, 99 and 0F. RGB value is (19,153,15). Sum of RGB (Red+Green+Blue) = 19+153+15=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 153 (60.16% from 255 or 81.82% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 153 - color contains mainly: green. Hex color #13990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13990F is #EC66F0. Grayscale: #616161. Windows color (decimal): -15492849 or 1022227. OLE color: 1022227.

HSL color Cylindrical-coordinate representation of color #13990F: hue angle of 118.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13990F is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1915315-
CMYK0.8800.900.4
HSL118.26º82.14%32.94%-
HSV(B)118.26º90.2%60%-
XYZ11.7522.964.26-
YUV97.281.6172.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 153 (60.16% from 255) = 81.82%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=10.16%
G=81.82%
B=8.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153150.8800.900.4118.2682.1432.94
Hex1399F5805A28765221
Octal232311713001325016612241
Binary1001110011001111110110000101101010100011101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13990F; }

 p { color: rgb(19,153,15); }

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

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

 a { background-color: rgb(19,153,15); }

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

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

 span { border-color: rgb(19,153,15); }

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