#129F68

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

Shades of Shamrock Green #129F68

Tints of Shamrock Green #129F68

Color information

#129F68 (or 0x129F68) is unknown color: approx Shamrock Green. HEX triplet: 12, 9F and 68. RGB value is (18,159,104). Sum of RGB (Red+Green+Blue) = 18+159+104=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #129F68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F68 is #ED6097. Grayscale: #6E6E6E. Windows color (decimal): -15556760 or 6856466. OLE color: 6856466.

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

Color convert

RGB18159104-
CMYK0.8900.350.38
HSL156.6º79.66%34.71%-
HSV(B)156.6º88.68%62.35%-
XYZ15.1525.9217.3-
YUV110.57124.2961.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=6.41%
G=56.58%
B=37.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181591040.8900.350.38156.679.6634.71
Hex129F6859023269d5023
Octal222371501310434623512043
Binary1001010011111110100010110010100011100110100111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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