#12A266

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

Shades of Shamrock Green #12A266

Tints of Shamrock Green #12A266

Color information

#12A266 (or 0x12A266) is unknown color: approx Shamrock Green. HEX triplet: 12, A2 and 66. RGB value is (18,162,102). Sum of RGB (Red+Green+Blue) = 18+162+102=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #12A266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A266 is #ED5D99. Grayscale: #707070. Windows color (decimal): -15555994 or 6726162. OLE color: 6726162.

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

Color convert

RGB18162102-
CMYK0.8900.370.36
HSL155º80%35.29%-
HSV(B)155º88.89%63.53%-
XYZ15.5726.9316.95-
YUV112.1122.2960.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=6.38%
G=57.45%
B=36.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621020.8900.370.361558035.29
Hex12A26659025249b5023
Octal222421461310454423312043
Binary1001010100010110011010110010100101100100100110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,102); }

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

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

 a { background-color: rgb(18,162,102); }

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

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

 span { border-color: rgb(18,162,102); }

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