#129F55

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

Shades of Pigment Green #129F55

Tints of Pigment Green #129F55

Color information

#129F55 (or 0x129F55) is unknown color: approx Pigment Green. HEX triplet: 12, 9F and 55. RGB value is (18,159,85). Sum of RGB (Red+Green+Blue) = 18+159+85=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #129F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129F55 is #ED60AA. Grayscale: #6C6C6C. Windows color (decimal): -15556779 or 5611282. OLE color: 5611282.

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

Color convert

RGB1815985-
CMYK0.8900.470.38
HSL148.51º79.66%34.71%-
HSV(B)148.51º88.68%62.35%-
XYZ14.2925.5812.78-
YUV108.4114.7963.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.87%
GREEN value IS 159 (62.5% from 255) = 60.69%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=6.87%
G=60.69%
B=32.44%

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
Decimal18159850.8900.470.38148.5179.6634.71
Hex129F555902F26955023
Octal222371251310574622512043
Binary1001010011111101010110110010101111100110100101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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