#12975A

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

Shades of Shamrock Green #12975A

Tints of Shamrock Green #12975A

Color information

#12975A (or 0x12975A) is unknown color: approx Shamrock Green. HEX triplet: 12, 97 and 5A. RGB value is (18,151,90). Sum of RGB (Red+Green+Blue) = 18+151+90=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #12975A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12975A is #ED68A5. Grayscale: #686868. Windows color (decimal): -15558822 or 5936914. OLE color: 5936914.

HSL color Cylindrical-coordinate representation of color #12975A: hue angle of 152.48º 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 #12975A is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1815190-
CMYK0.8800.400.41
HSL152.48º78.7%33.14%-
HSV(B)152.48º88.08%59.22%-
XYZ13.162313.42-
YUV104.28119.9466.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 151 (59.38% from 255) = 58.30%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=6.95%
G=58.30%
B=34.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151900.8800.400.41152.4878.733.14
Hex12975A5802829984f21
Octal222271321300505123011741
Binary1001010010111101101010110000101000101001100110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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