Html Css Color HEX #129755 Pigment Green

📋 copy color: '#129755'

red 18 ◦ green 151 ◦ blue 85

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

Shades of Pigment Green #129755

Tints of Pigment Green #129755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 59.45%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 7.09%
G = 59.45%
B = 33.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#129755 (or 0x129755) is known color: Pigment Green. HEX triplet: 12, 97 and 55. RGB value is (18,151,85). Sum of RGB (Red+Green+Blue) = 18+151+85=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 151 (59.38% from 255 or 59.45% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 151 - color contains mainly: green. Hex color #129755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129755 is #ED68AA. Grayscale: #676767. Windows color (decimal): -15558827 or 5609234. OLE color: 5609234.

HSL color Cylindrical-coordinate representation of color #129755: hue angle of 150.23º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129755 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 85 -
CMYK 0.88 0 0.44 0.41
HSL 150.23º 0.79% 0.33% -
HSV(B) 150.23º 0.88% 0.59% -
XYZ 12.96 22.92 12.34 -
YUV 103.71 117.44 66.87 -
System Red Green Blue C M Y K H S L
Decimal 18 151 85 0.88 0 0.44 0.41 150.23 0.79 0.33
Hex 12 97 55 58 0 2C 29 96 4F 21
Octal 22 227 125 130 0 54 51 226 117 41
Binary 10010 10010111 1010101 1011000 0 101100 101001 10010110 1001111 100001

Color Harmonies of #129755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129755

Black with #129755

Text Example


Text Example

White with #129755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129755; }

 p { color: rgb(18,151,85); }

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

background-color css

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

 a { background-color: rgb(18,151,85); }

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

border-color css

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

 span { border-color: rgb(18,151,85); }

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