#13B910

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

Shades of Islamic Green #13B910

Tints of Islamic Green #13B910

Color information

#13B910 (or 0x13B910) is unknown color: approx Islamic Green. HEX triplet: 13, B9 and 10. RGB value is (19,185,16). Sum of RGB (Red+Green+Blue) = 19+185+16=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 185 (72.66% from 255 or 84.09% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 185 - color contains mainly: green. Hex color #13B910 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B910 is #EC46EF. Grayscale: #747474. Windows color (decimal): -15484656 or 1095955. OLE color: 1095955.

HSL color Cylindrical-coordinate representation of color #13B910: hue angle of 118.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B910 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1918516-
CMYK0.9000.910.27
HSL118.93º84.08%39.41%-
HSV(B)118.93º91.35%72.55%-
XYZ17.7134.876.29-
YUV116.171.558.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 185 (72.66% from 255) = 84.09%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=8.64%
G=84.09%
B=7.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19185160.9000.910.27118.9384.0839.41
Hex13B9105A05B1B775427
Octal232712013201333316712447
Binary1001110111001100001011010010110111101111101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,185,16); }

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

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

 a { background-color: rgb(19,185,16); }

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

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

 span { border-color: rgb(19,185,16); }

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