#12975F

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

Shades of Shamrock Green #12975F

Tints of Shamrock Green #12975F

Color information

#12975F (or 0x12975F) is unknown color: approx Shamrock Green. HEX triplet: 12, 97 and 5F. RGB value is (18,151,95). Sum of RGB (Red+Green+Blue) = 18+151+95=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #12975F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12975F is #ED68A0. Grayscale: #686868. Windows color (decimal): -15558817 or 6264594. OLE color: 6264594.

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

Color convert

RGB1815195-
CMYK0.8800.370.41
HSL154.74º78.7%33.14%-
HSV(B)154.74º88.08%59.22%-
XYZ13.3823.0914.58-
YUV104.85122.4466.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 151 (59.38% from 255) = 57.20%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=6.82%
G=57.20%
B=35.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151950.8800.370.41154.7478.733.14
Hex12975F58025299b4f21
Octal222271371300455123311741
Binary1001010010111101111110110000100101101001100110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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