#12BD11

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

Shades of Islamic Green #12BD11

Tints of Islamic Green #12BD11

Color information

#12BD11 (or 0x12BD11) is unknown color: approx Islamic Green. HEX triplet: 12, BD and 11. RGB value is (18,189,17). Sum of RGB (Red+Green+Blue) = 18+189+17=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 189 (74.22% from 255 or 84.38% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BD11 is #ED42EE. Grayscale: #767676. Windows color (decimal): -15549167 or 1162514. OLE color: 1162514.

HSL color Cylindrical-coordinate representation of color #12BD11: hue angle of 119.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BD11 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1818917-
CMYK0.9000.910.26
HSL119.65º83.5%40.39%-
HSV(B)119.65º91.01%74.12%-
XYZ18.5536.566.61-
YUV118.2670.8556.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 189 (74.22% from 255) = 84.38%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=8.04%
G=84.38%
B=7.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18189170.9000.910.26119.6583.540.39
Hex12BD115A05B1A785328
Octal222752113201333217012350
Binary1001010111101100011011010010110111101011110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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