#13B912

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

Shades of Islamic Green #13B912

Tints of Islamic Green #13B912

Color information

#13B912 (or 0x13B912) is unknown color: approx Islamic Green. HEX triplet: 13, B9 and 12. RGB value is (19,185,18). Sum of RGB (Red+Green+Blue) = 19+185+18=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 185 (72.66% from 255 or 83.33% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 185 - color contains mainly: green. Hex color #13B912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B912 is #EC46ED. Grayscale: #747474. Windows color (decimal): -15484654 or 1227027. OLE color: 1227027.

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

Color convert

RGB1918518-
CMYK0.9000.900.27
HSL119.64º82.27%39.8%-
HSV(B)119.64º90.27%72.55%-
XYZ17.7334.886.37-
YUV116.3372.558.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 185 (72.66% from 255) = 83.33%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=8.56%
G=83.33%
B=8.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19185180.9000.900.27119.6482.2739.8
Hex13B9125A05A1B785228
Octal232712213201323317012250
Binary1001110111001100101011010010110101101111110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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