#12980A

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

Shades of Islamic Green #12980A

Tints of Islamic Green #12980A

Color information

#12980A (or 0x12980A) is unknown color: approx Islamic Green. HEX triplet: 12, 98 and 0A. RGB value is (18,152,10). Sum of RGB (Red+Green+Blue) = 18+152+10=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #12980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980A is #ED67F5. Grayscale: #606060. Windows color (decimal): -15558646 or 694290. OLE color: 694290.

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

Color convert

RGB1815210-
CMYK0.8800.930.40
HSL116.62º87.65%31.76%-
HSV(B)116.62º93.42%59.61%-
XYZ11.5322.614.04-
YUV95.7579.6172.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 152 (59.77% from 255) = 84.44%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=10%
G=84.44%
B=5.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18152100.8800.930.40116.6287.6531.76
Hex1298A5805D28755820
Octal222301213001355016513040
Binary1001010011000101010110000101110110100011101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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