#12C10C

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

Shades of Islamic Green #12C10C

Tints of Islamic Green #12C10C

Color information

#12C10C (or 0x12C10C) is unknown color: approx Islamic Green. HEX triplet: 12, C1 and 0C. RGB value is (18,193,12). Sum of RGB (Red+Green+Blue) = 18+193+12=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 193 (75.78% from 255 or 86.55% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 193 - color contains mainly: green. Hex color #12C10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C10C is #ED3EF3. Grayscale: #787878. Windows color (decimal): -15548148 or 835858. OLE color: 835858.

HSL color Cylindrical-coordinate representation of color #12C10C: hue angle of 118.01º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12C10C is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1819312-
CMYK0.9100.940.24
HSL118.01º88.29%40.2%-
HSV(B)118.01º93.78%75.69%-
XYZ19.3938.36.72-
YUV120.0467.0255.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.07%
GREEN value IS 193 (75.78% from 255) = 86.55%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=8.07%
G=86.55%
B=5.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18193120.9100.940.24118.0188.2940.2
Hex12C1C5B05E18765828
Octal223011413301363016613050
Binary100101100000111001011011010111101100011101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,193,12); }

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

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

 a { background-color: rgb(18,193,12); }

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

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

 span { border-color: rgb(18,193,12); }

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