#12A564

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

Shades of Shamrock Green #12A564

Tints of Shamrock Green #12A564

Color information

#12A564 (or 0x12A564) is unknown color: approx Shamrock Green. HEX triplet: 12, A5 and 64. RGB value is (18,165,100). Sum of RGB (Red+Green+Blue) = 18+165+100=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #12A564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A564 is #ED5A9B. Grayscale: #717171. Windows color (decimal): -15555228 or 6595858. OLE color: 6595858.

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

Color convert

RGB18165100-
CMYK0.8900.390.35
HSL153.47º80.33%35.88%-
HSV(B)153.47º89.09%64.71%-
XYZ1627.9616.61-
YUV113.64120.359.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 165 (64.84% from 255) = 58.30%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=6.36%
G=58.30%
B=35.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651000.8900.390.35153.4780.3335.88
Hex12A5645902723995024
Octal222451441310474323112044
Binary1001010100101110010010110010100111100011100110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,100); }

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

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

 a { background-color: rgb(18,165,100); }

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

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

 span { border-color: rgb(18,165,100); }

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