Html Css Color HEX #129A46 Pigment Green

📋 copy color: '#129A46'

red 18 ◦ green 154 ◦ blue 70

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

Shades of Pigment Green #129A46

Tints of Pigment Green #129A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 63.64%

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 7.44%
G = 63.64%
B = 28.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#129A46 (or 0x129A46) is known color: Pigment Green. HEX triplet: 12, 9A and 46. RGB value is (18,154,70). Sum of RGB (Red+Green+Blue) = 18+154+70=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 154 (60.55% from 255 or 63.64% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 154 - color contains mainly: green. Hex color #129A46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129A46 is #ED65B9. Grayscale: #676767. Windows color (decimal): -15558074 or 4626962. OLE color: 4626962.

HSL color Cylindrical-coordinate representation of color #129A46: hue angle of 142.94º 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 #129A46 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 154 70 -
CMYK 0.88 0 0.55 0.40
HSL 142.94º 0.79% 0.34% -
HSV(B) 142.94º 0.88% 0.6% -
XYZ 12.91 23.68 9.68 -
YUV 103.76 108.94 66.83 -
System Red Green Blue C M Y K H S L
Decimal 18 154 70 0.88 0 0.55 0.40 142.94 0.79 0.34
Hex 12 9A 46 58 0 37 28 8F 4F 22
Octal 22 232 106 130 0 67 50 217 117 42
Binary 10010 10011010 1000110 1011000 0 110111 101000 10001111 1001111 100010

Color Harmonies of #129A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A46

Black with #129A46

Text Example


Text Example

White with #129A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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