#12C10B

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

Shades of Islamic Green #12C10B

Tints of Islamic Green #12C10B

Color information

#12C10B (or 0x12C10B) is unknown color: approx Islamic Green. HEX triplet: 12, C1 and 0B. RGB value is (18,193,11). Sum of RGB (Red+Green+Blue) = 18+193+11=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #12C10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C10B is #ED3EF4. Grayscale: #787878. Windows color (decimal): -15548149 or 770322. OLE color: 770322.

HSL color Cylindrical-coordinate representation of color #12C10B: hue angle of 117.69º degrees, saturation: 0.89, 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 #12C10B is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1819311-
CMYK0.9100.940.24
HSL117.69º89.22%40%-
HSV(B)117.69º94.3%75.69%-
XYZ19.3838.296.69-
YUV119.9366.5255.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 193 (75.78% from 255) = 86.94%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=8.11%
G=86.94%
B=4.95%

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
Decimal18193110.9100.940.24117.6989.2240
Hex12C1B5B05E18765928
Octal223011313301363016613150
Binary100101100000110111011011010111101100011101101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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