#12A05B

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

Shades of Shamrock Green #12A05B

Tints of Shamrock Green #12A05B

Color information

#12A05B (or 0x12A05B) is unknown color: approx Shamrock Green. HEX triplet: 12, A0 and 5B. RGB value is (18,160,91). Sum of RGB (Red+Green+Blue) = 18+160+91=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #12A05B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A05B is #ED5FA4. Grayscale: #6D6D6D. Windows color (decimal): -15556517 or 6004754. OLE color: 6004754.

HSL color Cylindrical-coordinate representation of color #12A05B: hue angle of 150.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A05B is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1816091-
CMYK0.8900.430.37
HSL150.85º79.78%34.9%-
HSV(B)150.85º88.75%62.75%-
XYZ14.7126.0314.15-
YUV109.68117.4662.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 160 (62.89% from 255) = 59.48%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=6.69%
G=59.48%
B=33.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160910.8900.430.37150.8579.7834.9
Hex12A05B5902B25975023
Octal222401331310534522712043
Binary1001010100000101101110110010101011100101100101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A05B; }

 p { color: rgb(18,160,91); }

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

<style>
 a { background-color: #12A05B; }

 a { background-color: rgb(18,160,91); }

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

<style>
 span { border-color: #12A05B; }

 span { border-color: rgb(18,160,91); }

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