#13B10F

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

Shades of Islamic Green #13B10F

Tints of Islamic Green #13B10F

Color information

#13B10F (or 0x13B10F) is unknown color: approx Islamic Green. HEX triplet: 13, B1 and 0F. RGB value is (19,177,15). Sum of RGB (Red+Green+Blue) = 19+177+15=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 177 (69.53% from 255 or 83.89% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 177 - color contains mainly: green. Hex color #13B10F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B10F is #EC4EF0. Grayscale: #6F6F6F. Windows color (decimal): -15486705 or 1028371. OLE color: 1028371.

HSL color Cylindrical-coordinate representation of color #13B10F: hue angle of 118.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13B10F is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1917715-
CMYK0.8900.920.31
HSL118.52º84.38%37.65%-
HSV(B)118.52º91.53%69.41%-
XYZ16.0831.625.71-
YUV111.2973.6562.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.00%
GREEN value IS 177 (69.53% from 255) = 83.89%
BLUE value IS 15 (6.25% from 255) = 7.11%
R=9.00%
G=83.89%
B=7.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19177150.8900.920.31118.5284.3837.65
Hex13B1F5905C1F775426
Octal232611713101343716712446
Binary100111011000111111011001010111001111111101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B10F; }

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

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

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

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

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

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

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

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