Html Css Color HEX #129D53 Pigment Green

📋 copy color: '#129D53'

red 18 ◦ green 157 ◦ blue 83

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

Shades of Pigment Green #129D53

Tints of Pigment Green #129D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 6.98%
G = 60.85%
B = 32.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#129D53 (or 0x129D53) is known color: Pigment Green. HEX triplet: 12, 9D and 53. RGB value is (18,157,83). Sum of RGB (Red+Green+Blue) = 18+157+83=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #129D53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D53 is #ED62AC. Grayscale: #6B6B6B. Windows color (decimal): -15557293 or 5479698. OLE color: 5479698.

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

Color convert

RGB 18 157 83 -
CMYK 0.89 0 0.47 0.38
HSL 148.06º 0.79% 0.34% -
HSV(B) 148.06º 0.89% 0.62% -
XYZ 13.87 24.87 12.25 -
YUV 107 114.45 64.52 -
System Red Green Blue C M Y K H S L
Decimal 18 157 83 0.89 0 0.47 0.38 148.06 0.79 0.34
Hex 12 9D 53 59 0 2F 26 94 4F 22
Octal 22 235 123 131 0 57 46 224 117 42
Binary 10010 10011101 1010011 1011001 0 101111 100110 10010100 1001111 100010

Color Harmonies of #129D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D53

Black with #129D53

Text Example


Text Example

White with #129D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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