#12990C

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

Shades of Islamic Green #12990C

Tints of Islamic Green #12990C

Color information

#12990C (or 0x12990C) is unknown color: approx Islamic Green. HEX triplet: 12, 99 and 0C. RGB value is (18,153,12). Sum of RGB (Red+Green+Blue) = 18+153+12=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 153 (60.16% from 255 or 83.61% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 153 - color contains mainly: green. Hex color #12990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12990C is #ED66F3. Grayscale: #606060. Windows color (decimal): -15558388 or 825618. OLE color: 825618.

HSL color Cylindrical-coordinate representation of color #12990C: hue angle of 117.45º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12990C is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1815312-
CMYK0.8800.920.4
HSL117.45º85.45%32.35%-
HSV(B)117.45º92.16%60%-
XYZ11.7122.944.16-
YUV96.5680.2771.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 153 (60.16% from 255) = 83.61%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=9.84%
G=83.61%
B=6.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18153120.8800.920.4117.4585.4532.35
Hex1299C5805C28755520
Octal222311413001345016512540
Binary1001010011001110010110000101110010100011101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12990C; }

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

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

<style>
 a { background-color: #12990C; }

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

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

<style>
 span { border-color: #12990C; }

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

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