#15BD12

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

Shades of Islamic Green #15BD12

Tints of Islamic Green #15BD12

Color information

#15BD12 (or 0x15BD12) is unknown color: approx Islamic Green. HEX triplet: 15, BD and 12. RGB value is (21,189,18). Sum of RGB (Red+Green+Blue) = 21+189+18=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 189 (74.22% from 255 or 82.89% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 189 - color contains mainly: green. Hex color #15BD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15BD12 is #EA42ED. Grayscale: #777777. Windows color (decimal): -15352558 or 1228053. OLE color: 1228053.

HSL color Cylindrical-coordinate representation of color #15BD12: hue angle of 118.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BD12 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB2118918-
CMYK0.8900.900.26
HSL118.95º82.61%40.59%-
HSV(B)118.95º90.48%74.12%-
XYZ18.6236.66.66-
YUV119.2770.8457.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 189 (74.22% from 255) = 82.89%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=9.21%
G=82.89%
B=7.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21189180.8900.900.26118.9582.6140.59
Hex15BD125905A1A775329
Octal252752213101323216712351
Binary1010110111101100101011001010110101101011101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,189,18); }

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

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

 a { background-color: rgb(21,189,18); }

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

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

 span { border-color: rgb(21,189,18); }

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