#12A663

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

Shades of Shamrock Green #12A663

Tints of Shamrock Green #12A663

Color information

#12A663 (or 0x12A663) is unknown color: approx Shamrock Green. HEX triplet: 12, A6 and 63. RGB value is (18,166,99). Sum of RGB (Red+Green+Blue) = 18+166+99=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #12A663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A663 is #ED599C. Grayscale: #727272. Windows color (decimal): -15554973 or 6530578. OLE color: 6530578.

HSL color Cylindrical-coordinate representation of color #12A663: hue angle of 152.84º 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 #12A663 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB1816699-
CMYK0.8900.400.35
HSL152.84º80.43%36.08%-
HSV(B)152.84º89.16%65.1%-
XYZ16.1428.316.42-
YUV114.11119.4759.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 166 (65.23% from 255) = 58.66%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=6.36%
G=58.66%
B=34.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18166990.8900.400.35152.8480.4336.08
Hex12A6635902823995024
Octal222461431310504323112044
Binary1001010100110110001110110010101000100011100110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,166,99); }

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

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

 a { background-color: rgb(18,166,99); }

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

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

 span { border-color: rgb(18,166,99); }

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