Html Css Color HEX #129E46 Pigment Green

📋 copy color: '#129E46'

red 18 ◦ green 158 ◦ blue 70

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

Shades of Pigment Green #129E46

Tints of Pigment Green #129E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.46%

R = 7.32%
G = 64.23%
B = 28.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#129E46 (or 0x129E46) is known color: Pigment Green. HEX triplet: 12, 9E and 46. RGB value is (18,158,70). Sum of RGB (Red+Green+Blue) = 18+158+70=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 158 (62.11% from 255 or 64.23% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 158 - color contains mainly: green. Hex color #129E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E46 is #ED61B9. Grayscale: #6A6A6A. Windows color (decimal): -15557050 or 4627986. OLE color: 4627986.

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

Color convert

RGB 18 158 70 -
CMYK 0.89 0 0.56 0.38
HSL 142.29º 0.8% 0.35% -
HSV(B) 142.29º 0.89% 0.62% -
XYZ 13.58 25.02 9.91 -
YUV 106.11 107.62 65.16 -
System Red Green Blue C M Y K H S L
Decimal 18 158 70 0.89 0 0.56 0.38 142.29 0.8 0.35
Hex 12 9E 46 59 0 38 26 8E 50 23
Octal 22 236 106 131 0 70 46 216 120 43
Binary 10010 10011110 1000110 1011001 0 111000 100110 10001110 1010000 100011

Color Harmonies of #129E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E46

Black with #129E46

Text Example


Text Example

White with #129E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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