#13BA15

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

Shades of Islamic Green #13BA15

Tints of Islamic Green #13BA15

Color information

#13BA15 (or 0x13BA15) is unknown color: approx Islamic Green. HEX triplet: 13, BA and 15. RGB value is (19,186,21). Sum of RGB (Red+Green+Blue) = 19+186+21=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BA15 is #EC45EA. Grayscale: #757575. Windows color (decimal): -15484395 or 1423891. OLE color: 1423891.

HSL color Cylindrical-coordinate representation of color #13BA15: hue angle of 120.72º degrees, saturation: 0.81, 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 #13BA15 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1918621-
CMYK0.9000.890.27
HSL120.72º81.46%40.2%-
HSV(B)120.72º89.78%72.94%-
XYZ17.9635.316.58-
YUV117.2673.6757.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.41%
GREEN value IS 186 (73.05% from 255) = 82.30%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=8.41%
G=82.30%
B=9.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19186210.9000.890.27120.7281.4640.2
Hex13BA155A0591B795128
Octal232722513201313317112150
Binary1001110111010101011011010010110011101111110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,186,21); }

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

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

 a { background-color: rgb(19,186,21); }

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

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

 span { border-color: rgb(19,186,21); }

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