#129f66

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

Shades of Shamrock Green #129F66

Tints of Shamrock Green #129F66

Color information

#129F66 (or 0x129F66) is unknown color: approx Shamrock Green. HEX triplet: 12, 9F and 66. RGB value is (18,159,102). Sum of RGB (Red+Green+Blue) = 18+159+102=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #129F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F66 is #ED6099. Grayscale: #6E6E6E. Windows color (decimal): -15556762 or 6725394. OLE color: 6725394.

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

Color convert

RGB18159102-
CMYK0.8900.360.38
HSL155.74º79.66%34.71%-
HSV(B)155.74º88.68%62.35%-
XYZ15.0525.8816.77-
YUV110.34123.2962.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 159 (62.5% from 255) = 56.99%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=6.45%
G=56.99%
B=36.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181591020.8900.360.38155.7479.6634.71
Hex129F6659024269c5023
Octal222371461310444623412043
Binary1001010011111110011010110010100100100110100111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129f66; }

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

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

<style>
 a { background-color: #129f66; }

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

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

<style>
 span { border-color: #129f66; }

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

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