#12970C

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

Shades of Islamic Green #12970C

Tints of Islamic Green #12970C

Color information

#12970C (or 0x12970C) is unknown color: approx Islamic Green. HEX triplet: 12, 97 and 0C. RGB value is (18,151,12). Sum of RGB (Red+Green+Blue) = 18+151+12=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 151 (59.38% from 255 or 83.43% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 151 - color contains mainly: green. Hex color #12970C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12970C is #ED68F3. Grayscale: #5F5F5F. Windows color (decimal): -15558900 or 825106. OLE color: 825106.

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

Color convert

RGB1815112-
CMYK0.8800.920.41
HSL117.41º85.28%31.96%-
HSV(B)117.41º92.05%59.22%-
XYZ11.3822.294.05-
YUV95.3980.9472.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 151 (59.38% from 255) = 83.43%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=9.94%
G=83.43%
B=6.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151120.8800.920.41117.4185.2831.96
Hex1297C5805C29755520
Octal222271413001345116512540
Binary1001010010111110010110000101110010100111101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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