#12BC03

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

Shades of Islamic Green #12BC03

Tints of Islamic Green #12BC03

Color information

#12BC03 (or 0x12BC03) is unknown color: approx Islamic Green. HEX triplet: 12, BC and 03. RGB value is (18,188,3). Sum of RGB (Red+Green+Blue) = 18+188+3=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 188 (73.83% from 255 or 89.95% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC03 is #ED43FC. Grayscale: #747474. Windows color (decimal): -15549437 or 244754. OLE color: 244754.

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

Color convert

RGB181883-
CMYK0.9000.980.26
HSL115.14º96.86%37.45%-
HSV(B)115.14º98.4%73.73%-
XYZ18.2536.16.09-
YUV116.0864.1858.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 188 (73.83% from 255) = 89.95%
BLUE value IS 3 (1.56% from 255) = 1.44%
R=8.61%
G=89.95%
B=1.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1818830.9000.980.26115.1496.8637.45
Hex12BC35A0621A736125
Octal22274313201423216314145
Binary1001010111100111011010011000101101011100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,188,3); }

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

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

 a { background-color: rgb(18,188,3); }

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

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

 span { border-color: rgb(18,188,3); }

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