#129D40

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

Shades of Pigment Green #129D40

Tints of Pigment Green #129D40

Color information

#129D40 (or 0x129D40) is unknown color: approx Pigment Green. HEX triplet: 12, 9D and 40. RGB value is (18,157,64). Sum of RGB (Red+Green+Blue) = 18+157+64=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #129D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D40 is #ED62BF. Grayscale: #696969. Windows color (decimal): -15557312 or 4234514. OLE color: 4234514.

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

Color convert

RGB1815764-
CMYK0.8900.590.38
HSL139.86º79.43%34.31%-
HSV(B)139.86º88.54%61.57%-
XYZ13.2324.618.9-
YUV104.84104.9566.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 157 (61.72% from 255) = 65.69%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=7.53%
G=65.69%
B=26.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18157640.8900.590.38139.8679.4334.31
Hex129D405903B268c4f22
Octal222351001310734621411742
Binary1001010011101100000010110010111011100110100011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,157,64); }

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

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

 a { background-color: rgb(18,157,64); }

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

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

 span { border-color: rgb(18,157,64); }

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