Html Css Color HEX #129D51 Pigment Green

📋 copy color: '#129D51'

red 18 ◦ green 157 ◦ blue 81

#129D51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #129D51

Tints of Pigment Green #129D51

RGB

 RED value IS 18 (7.42% from 255) = 7.03%

 GREEN value IS 157 (61.72% from 255) = 61.33%

 BLUE value IS 81 (32.03% from 255) = 31.64%

R = 7.03%
G = 61.33%
B = 31.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#129D51 (or 0x129D51) is known color: Pigment Green. HEX triplet: 12, 9D and 51. RGB value is (18,157,81). Sum of RGB (Red+Green+Blue) = 18+157+81=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 157 (61.72% from 255 or 61.33% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 157 - color contains mainly: green. Hex color #129D51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D51 is #ED62AE. Grayscale: #6A6A6A. Windows color (decimal): -15557295 or 5348626. OLE color: 5348626.

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

Color convert

RGB 18 157 81 -
CMYK 0.89 0 0.48 0.38
HSL 147.19º 0.79% 0.34% -
HSV(B) 147.19º 0.89% 0.62% -
XYZ 13.79 24.84 11.85 -
YUV 106.78 113.45 64.68 -
System Red Green Blue C M Y K H S L
Decimal 18 157 81 0.89 0 0.48 0.38 147.19 0.79 0.34
Hex 12 9D 51 59 0 30 26 93 4F 22
Octal 22 235 121 131 0 60 46 223 117 42
Binary 10010 10011101 1010001 1011001 0 110000 100110 10010011 1001111 100010

Color Harmonies of #129D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D51

Black with #129D51

Text Example


Text Example

White with #129D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #129D51;
 }
 .AnyTagClassName
 {
   color: #129D51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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