#12970F

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

Shades of Islamic Green #12970F

Tints of Islamic Green #12970F

Color information

#12970F (or 0x12970F) is unknown color: approx Islamic Green. HEX triplet: 12, 97 and 0F. RGB value is (18,151,15). Sum of RGB (Red+Green+Blue) = 18+151+15=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 151 (59.38% from 255 or 82.07% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 151 - color contains mainly: green. Hex color #12970F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12970F is #ED68F0. Grayscale: #606060. Windows color (decimal): -15558897 or 1021714. OLE color: 1021714.

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

Color convert

RGB1815115-
CMYK0.8800.900.41
HSL118.68º81.93%32.55%-
HSV(B)118.68º90.07%59.22%-
XYZ11.422.34.15-
YUV95.7382.4472.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 151 (59.38% from 255) = 82.07%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=9.78%
G=82.07%
B=8.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151150.8800.900.41118.6881.9332.55
Hex1297F5805A29775221
Octal222271713001325116712241
Binary1001010010111111110110000101101010100111101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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