#12A304

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

Shades of Islamic Green #12A304

Tints of Islamic Green #12A304

Color information

#12A304 (or 0x12A304) is unknown color: approx Islamic Green. HEX triplet: 12, A3 and 04. RGB value is (18,163,4). Sum of RGB (Red+Green+Blue) = 18+163+4=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 163 (64.06% from 255 or 88.11% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 163 - color contains mainly: green. Hex color #12A304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A304 is #ED5CFB. Grayscale: #666666. Windows color (decimal): -15555836 or 303890. OLE color: 303890.

HSL color Cylindrical-coordinate representation of color #12A304: hue angle of 114.72º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12A304 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB181634-
CMYK0.8900.980.36
HSL114.72º95.21%32.75%-
HSV(B)114.72º97.55%63.92%-
XYZ13.3726.334.49-
YUV101.5272.9668.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 163 (64.06% from 255) = 88.11%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=9.73%
G=88.11%
B=2.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1816340.8900.980.36114.7295.2132.75
Hex12A345906224735f21
Octal22243413101424416313741
Binary100101010001110010110010110001010010011100111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,4); }

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

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

 a { background-color: rgb(18,163,4); }

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

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

 span { border-color: rgb(18,163,4); }

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