Html Css Color HEX #129A56 Pigment Green

📋 copy color: '#129A56'

red 18 ◦ green 154 ◦ blue 86

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

Shades of Pigment Green #129A56

Tints of Pigment Green #129A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 6.98%
G = 59.69%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#129A56 (or 0x129A56) is known color: Pigment Green. HEX triplet: 12, 9A and 56. RGB value is (18,154,86). Sum of RGB (Red+Green+Blue) = 18+154+86=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 154 (60.55% from 255 or 59.69% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 154 - color contains mainly: green. Hex color #129A56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129A56 is #ED65A9. Grayscale: #696969. Windows color (decimal): -15558058 or 5675538. OLE color: 5675538.

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

Color convert

RGB 18 154 86 -
CMYK 0.88 0 0.44 0.40
HSL 150º 0.79% 0.34% -
HSV(B) 150º 0.88% 0.6% -
XYZ 13.48 23.91 12.71 -
YUV 105.58 116.94 65.53 -
System Red Green Blue C M Y K H S L
Decimal 18 154 86 0.88 0 0.44 0.40 150 0.79 0.34
Hex 12 9A 56 58 0 2C 28 96 4F 22
Octal 22 232 126 130 0 54 50 226 117 42
Binary 10010 10011010 1010110 1011000 0 101100 101000 10010110 1001111 100010

Color Harmonies of #129A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A56

Black with #129A56

Text Example


Text Example

White with #129A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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