Html Css Color HEX #129550 Pigment Green

📋 copy color: '#129550'

red 18 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #129550

Tints of Pigment Green #129550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.32%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 7.29%
G = 60.32%
B = 32.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#129550 (or 0x129550) is known color: Pigment Green. HEX triplet: 12, 95 and 50. RGB value is (18,149,80). Sum of RGB (Red+Green+Blue) = 18+149+80=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #129550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129550 is #ED6AAF. Grayscale: #666666. Windows color (decimal): -15559344 or 5281042. OLE color: 5281042.

HSL color Cylindrical-coordinate representation of color #129550: hue angle of 148.4º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129550 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 80 -
CMYK 0.88 0 0.46 0.42
HSL 148.4º 0.78% 0.33% -
HSV(B) 148.4º 0.88% 0.58% -
XYZ 12.44 22.2 11.22 -
YUV 101.97 115.6 68.11 -
System Red Green Blue C M Y K H S L
Decimal 18 149 80 0.88 0 0.46 0.42 148.4 0.78 0.33
Hex 12 95 50 58 0 2E 2A 94 4E 21
Octal 22 225 120 130 0 56 52 224 116 41
Binary 10010 10010101 1010000 1011000 0 101110 101010 10010100 1001110 100001

Color Harmonies of #129550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129550

Black with #129550

Text Example


Text Example

White with #129550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129550; }

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

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

background-color css

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

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

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

border-color css

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

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

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