#12B815

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

Shades of Islamic Green #12B815

Tints of Islamic Green #12B815

Color information

#12B815 (or 0x12B815) is unknown color: approx Islamic Green. HEX triplet: 12, B8 and 15. RGB value is (18,184,21). Sum of RGB (Red+Green+Blue) = 18+184+21=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 184 (72.27% from 255 or 82.51% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 184 - color contains mainly: green. Hex color #12B815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B815 is #ED47EA. Grayscale: #747474. Windows color (decimal): -15550443 or 1423378. OLE color: 1423378.

HSL color Cylindrical-coordinate representation of color #12B815: hue angle of 121.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B815 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB1818421-
CMYK0.9000.890.28
HSL121.08º82.18%39.61%-
HSV(B)121.08º90.22%72.16%-
XYZ17.5334.466.44-
YUV115.7874.558.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 184 (72.27% from 255) = 82.51%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=8.07%
G=82.51%
B=9.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18184210.9000.890.28121.0882.1839.61
Hex12B8155A0591C795228
Octal222702513201313417112250
Binary1001010111000101011011010010110011110011110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B815; }

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

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

<style>
 a { background-color: #12B815; }

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

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

<style>
 span { border-color: #12B815; }

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

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