#12990F

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

Shades of Islamic Green #12990F

Tints of Islamic Green #12990F

Color information

#12990F (or 0x12990F) is unknown color: approx Islamic Green. HEX triplet: 12, 99 and 0F. RGB value is (18,153,15). Sum of RGB (Red+Green+Blue) = 18+153+15=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 153 (60.16% from 255 or 82.26% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 153 - color contains mainly: green. Hex color #12990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12990F is #ED66F0. Grayscale: #616161. Windows color (decimal): -15558385 or 1022226. OLE color: 1022226.

HSL color Cylindrical-coordinate representation of color #12990F: hue angle of 118.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12990F is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1815315-
CMYK0.8800.900.4
HSL118.7º82.14%32.94%-
HSV(B)118.7º90.2%60%-
XYZ11.7322.954.26-
YUV96.981.7771.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 153 (60.16% from 255) = 82.26%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=9.68%
G=82.26%
B=8.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18153150.8800.900.4118.782.1432.94
Hex1299F5805A28775221
Octal222311713001325016712241
Binary1001010011001111110110000101101010100011101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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