#12975E

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

Shades of Shamrock Green #12975E

Tints of Shamrock Green #12975E

Color information

#12975E (or 0x12975E) is unknown color: approx Shamrock Green. HEX triplet: 12, 97 and 5E. RGB value is (18,151,94). Sum of RGB (Red+Green+Blue) = 18+151+94=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #12975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12975E is #ED68A1. Grayscale: #686868. Windows color (decimal): -15558818 or 6199058. OLE color: 6199058.

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

Color convert

RGB1815194-
CMYK0.8800.380.41
HSL154.29º78.7%33.14%-
HSV(B)154.29º88.08%59.22%-
XYZ13.3423.0714.34-
YUV104.74121.9466.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 151 (59.38% from 255) = 57.41%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=6.84%
G=57.41%
B=35.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151940.8800.380.41154.2978.733.14
Hex12975E58026299a4f21
Octal222271361300465123211741
Binary1001010010111101111010110000100110101001100110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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