#15BA13

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

Shades of Islamic Green #15BA13

Tints of Islamic Green #15BA13

Color information

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

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

Color convert

RGB2118619-
CMYK0.8900.900.27
HSL119.28º81.46%40.2%-
HSV(B)119.28º89.78%72.94%-
XYZ17.9935.326.49-
YUV117.6372.3459.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186190.8900.900.27119.2881.4640.2
Hex15BA135905A1B775128
Octal252722313101323316712150
Binary1010110111010100111011001010110101101111101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BA13; }

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

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

<style>
 a { background-color: #15BA13; }

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

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

<style>
 span { border-color: #15BA13; }

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

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