Html Css Color HEX #129E4D Pigment Green

📋 copy color: '#129E4D'

red 18 ◦ green 158 ◦ blue 77

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

Shades of Pigment Green #129E4D

Tints of Pigment Green #129E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 62.45%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 7.11%
G = 62.45%
B = 30.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#129E4D (or 0x129E4D) is known color: Pigment Green. HEX triplet: 12, 9E and 4D. RGB value is (18,158,77). Sum of RGB (Red+Green+Blue) = 18+158+77=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 158 (62.11% from 255 or 62.45% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 158 - color contains mainly: green. Hex color #129E4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E4D is #ED61B2. Grayscale: #6B6B6B. Windows color (decimal): -15557043 or 5086738. OLE color: 5086738.

HSL color Cylindrical-coordinate representation of color #129E4D: hue angle of 145.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E4D is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 77 -
CMYK 0.89 0 0.51 0.38
HSL 145.29º 0.8% 0.35% -
HSV(B) 145.29º 0.89% 0.62% -
XYZ 13.82 25.12 11.14 -
YUV 106.91 111.12 64.59 -
System Red Green Blue C M Y K H S L
Decimal 18 158 77 0.89 0 0.51 0.38 145.29 0.8 0.35
Hex 12 9E 4D 59 0 33 26 91 50 23
Octal 22 236 115 131 0 63 46 221 120 43
Binary 10010 10011110 1001101 1011001 0 110011 100110 10010001 1010000 100011

Color Harmonies of #129E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E4D

Black with #129E4D

Text Example


Text Example

White with #129E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,158,77); }

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

background-color css

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

 a { background-color: rgb(18,158,77); }

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

border-color css

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

 span { border-color: rgb(18,158,77); }

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