#12C20F

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

Shades of Islamic Green #12C20F

Tints of Islamic Green #12C20F

Color information

#12C20F (or 0x12C20F) is unknown color: approx Islamic Green. HEX triplet: 12, C2 and 0F. RGB value is (18,194,15). Sum of RGB (Red+Green+Blue) = 18+194+15=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 194 (76.17% from 255 or 85.46% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 194 - color contains mainly: green. Hex color #12C20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C20F is #ED3DF0. Grayscale: #797979. Windows color (decimal): -15547889 or 1032722. OLE color: 1032722.

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

Color convert

RGB1819415-
CMYK0.9100.920.24
HSL118.99º85.65%40.98%-
HSV(B)118.99º92.27%76.08%-
XYZ19.6338.756.9-
YUV120.9768.1954.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 194 (76.17% from 255) = 85.46%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=7.93%
G=85.46%
B=6.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18194150.9100.920.24118.9985.6540.98
Hex12C2F5B05C18775629
Octal223021713301343016712651
Binary100101100001011111011011010111001100011101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,194,15); }

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

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

 a { background-color: rgb(18,194,15); }

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

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

 span { border-color: rgb(18,194,15); }

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