#129F54

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

Shades of Pigment Green #129F54

Tints of Pigment Green #129F54

Color information

#129F54 (or 0x129F54) is unknown color: approx Pigment Green. HEX triplet: 12, 9F and 54. RGB value is (18,159,84). Sum of RGB (Red+Green+Blue) = 18+159+84=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #129F54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F54 is #ED60AB. Grayscale: #6C6C6C. Windows color (decimal): -15556780 or 5545746. OLE color: 5545746.

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

Color convert

RGB1815984-
CMYK0.8900.470.38
HSL148.09º79.66%34.71%-
HSV(B)148.09º88.68%62.35%-
XYZ14.2525.5612.57-
YUV108.29114.2963.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 159 (62.5% from 255) = 60.92%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=6.90%
G=60.92%
B=32.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18159840.8900.470.38148.0979.6634.71
Hex129F545902F26945023
Octal222371241310574622412043
Binary1001010011111101010010110010101111100110100101001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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