#12C60A

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

Shades of Islamic Green #12C60A

Tints of Islamic Green #12C60A

Color information

#12C60A (or 0x12C60A) is unknown color: approx Islamic Green. HEX triplet: 12, C6 and 0A. RGB value is (18,198,10). Sum of RGB (Red+Green+Blue) = 18+198+10=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 198 (77.73% from 255 or 87.61% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 198 - color contains mainly: green. Hex color #12C60A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C60A is #ED39F5. Grayscale: #7B7B7B. Windows color (decimal): -15546870 or 706066. OLE color: 706066.

HSL color Cylindrical-coordinate representation of color #12C60A: hue angle of 117.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12C60A is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1819810-
CMYK0.9100.950.22
HSL117.45º90.38%40.78%-
HSV(B)117.45º94.95%77.65%-
XYZ20.540.547.03-
YUV122.7564.3753.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 198 (77.73% from 255) = 87.61%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=7.96%
G=87.61%
B=4.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18198100.9100.950.22117.4590.3840.78
Hex12C6A5B05F16755a29
Octal223061213301372616513251
Binary100101100011010101011011010111111011011101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,198,10); }

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

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

 a { background-color: rgb(18,198,10); }

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

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

 span { border-color: rgb(18,198,10); }

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