#12980E

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

Shades of Islamic Green #12980E

Tints of Islamic Green #12980E

Color information

#12980E (or 0x12980E) is unknown color: approx Islamic Green. HEX triplet: 12, 98 and 0E. RGB value is (18,152,14). Sum of RGB (Red+Green+Blue) = 18+152+14=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 152 (59.77% from 255 or 82.61% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 152 - color contains mainly: green. Hex color #12980E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980E is #ED67F1. Grayscale: #606060. Windows color (decimal): -15558642 or 956434. OLE color: 956434.

HSL color Cylindrical-coordinate representation of color #12980E: hue angle of 118.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12980E is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB1815214-
CMYK0.8800.910.40
HSL118.26º83.13%32.55%-
HSV(B)118.26º90.79%59.61%-
XYZ11.5622.624.17-
YUV96.281.6172.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 152 (59.77% from 255) = 82.61%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=9.78%
G=82.61%
B=7.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152140.8800.910.40118.2683.1332.55
Hex1298E5805B28765321
Octal222301613001335016612341
Binary1001010011000111010110000101101110100011101101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12980E; }

 p { color: rgb(18,152,14); }

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

<style>
 a { background-color: #12980E; }

 a { background-color: rgb(18,152,14); }

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

<style>
 span { border-color: #12980E; }

 span { border-color: rgb(18,152,14); }

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