Html Css Color HEX #129D54 Pigment Green

📋 copy color: '#129D54'

red 18 ◦ green 157 ◦ blue 84

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

Shades of Pigment Green #129D54

Tints of Pigment Green #129D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.43%

R = 6.95%
G = 60.62%
B = 32.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#129D54 (or 0x129D54) is known color: Pigment Green. HEX triplet: 12, 9D and 54. RGB value is (18,157,84). Sum of RGB (Red+Green+Blue) = 18+157+84=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 157 (61.72% from 255 or 60.62% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 157 - color contains mainly: green. Hex color #129D54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D54 is #ED62AB. Grayscale: #6B6B6B. Windows color (decimal): -15557292 or 5545234. OLE color: 5545234.

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

Color convert

RGB 18 157 84 -
CMYK 0.89 0 0.46 0.38
HSL 148.49º 0.79% 0.34% -
HSV(B) 148.49º 0.89% 0.62% -
XYZ 13.91 24.88 12.46 -
YUV 107.12 114.95 64.44 -
System Red Green Blue C M Y K H S L
Decimal 18 157 84 0.89 0 0.46 0.38 148.49 0.79 0.34
Hex 12 9D 54 59 0 2E 26 94 4F 22
Octal 22 235 124 131 0 56 46 224 117 42
Binary 10010 10011101 1010100 1011001 0 101110 100110 10010100 1001111 100010

Color Harmonies of #129D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D54

Black with #129D54

Text Example


Text Example

White with #129D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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