#129A3A

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

Shades of Pigment Green #129A3A

Tints of Pigment Green #129A3A

Color information

#129A3A (or 0x129A3A) is unknown color: approx Pigment Green. HEX triplet: 12, 9A and 3A. RGB value is (18,154,58). Sum of RGB (Red+Green+Blue) = 18+154+58=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 154 (60.55% from 255 or 66.96% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 154 - color contains mainly: green. Hex color #129A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A3A is #ED65C5. Grayscale: #666666. Windows color (decimal): -15558086 or 3840530. OLE color: 3840530.

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

Color convert

RGB1815458-
CMYK0.8800.620.40
HSL137.65º79.07%33.73%-
HSV(B)137.65º88.31%60.39%-
XYZ12.5723.557.89-
YUV102.39102.9467.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.83%
GREEN value IS 154 (60.55% from 255) = 66.96%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=7.83%
G=66.96%
B=25.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18154580.8800.620.40137.6579.0733.73
Hex129A3A5803E288a4f22
Octal22232721300765021211742
Binary100101001101011101010110000111110101000100010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,154,58); }

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

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

 a { background-color: rgb(18,154,58); }

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

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

 span { border-color: rgb(18,154,58); }

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