#12C001

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

Shades of Islamic Green #12C001

Tints of Islamic Green #12C001

Color information

#12C001 (or 0x12C001) is unknown color: approx Islamic Green. HEX triplet: 12, C0 and 01. RGB value is (18,192,1). Sum of RGB (Red+Green+Blue) = 18+192+1=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 192 (75.39% from 255 or 91.00% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 192 - color contains mainly: green. Hex color #12C001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C001 is #ED3FFE. Grayscale: #767676. Windows color (decimal): -15548415 or 114706. OLE color: 114706.

HSL color Cylindrical-coordinate representation of color #12C001: hue angle of 114.66º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12C001 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB181921-
CMYK0.9100.990.25
HSL114.66º98.96%37.84%-
HSV(B)114.66º99.48%75.29%-
XYZ19.137.836.32-
YUV118.261.8556.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 192 (75.39% from 255) = 91.00%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=8.53%
G=91.00%
B=0.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1819210.9100.990.25114.6698.9637.84
Hex12C015B06319736326
Octal22300113301433116314346
Binary100101100000011011011011000111100111100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,192,1); }

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

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

 a { background-color: rgb(18,192,1); }

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

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

 span { border-color: rgb(18,192,1); }

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