#129E50

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

Shades of Pigment Green #129E50

Tints of Pigment Green #129E50

Color information

#129E50 (or 0x129E50) is unknown color: approx Pigment Green. HEX triplet: 12, 9E and 50. RGB value is (18,158,80). Sum of RGB (Red+Green+Blue) = 18+158+80=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 158 (62.11% from 255 or 61.72% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 158 - color contains mainly: green. Hex color #129E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E50 is #ED61AF. Grayscale: #6B6B6B. Windows color (decimal): -15557040 or 5283346. OLE color: 5283346.

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

Color convert

RGB1815880-
CMYK0.8900.490.38
HSL146.57º79.55%34.51%-
HSV(B)146.57º88.61%61.96%-
XYZ13.9225.1611.71-
YUV107.25112.6264.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 158 (62.11% from 255) = 61.72%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=7.03%
G=61.72%
B=31.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18158800.8900.490.38146.5779.5534.51
Hex129E505903126935023
Octal222361201310614622312043
Binary1001010011110101000010110010110001100110100100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,158,80); }

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

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

 a { background-color: rgb(18,158,80); }

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

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

 span { border-color: rgb(18,158,80); }

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