Html Css Color HEX #129946 Pigment Green

📋 copy color: '#129946'

red 18 ◦ green 153 ◦ blue 70

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

Shades of Pigment Green #129946

Tints of Pigment Green #129946

RGB

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

 GREEN value IS 153 (60.16% from 255) = 63.49%

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

R = 7.47%
G = 63.49%
B = 29.05%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#129946 (or 0x129946) is known color: Pigment Green. HEX triplet: 12, 99 and 46. RGB value is (18,153,70). Sum of RGB (Red+Green+Blue) = 18+153+70=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #129946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129946 is #ED66B9. Grayscale: #676767. Windows color (decimal): -15558330 or 4626706. OLE color: 4626706.

HSL color Cylindrical-coordinate representation of color #129946: hue angle of 143.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129946 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 153 70 -
CMYK 0.88 0 0.54 0.4
HSL 143.11º 0.79% 0.34% -
HSV(B) 143.11º 0.88% 0.6% -
XYZ 12.75 23.35 9.63 -
YUV 103.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 18 153 70 0.88 0 0.54 0.4 143.11 0.79 0.34
Hex 12 99 46 58 0 36 28 8F 4F 22
Octal 22 231 106 130 0 66 50 217 117 42
Binary 10010 10011001 1000110 1011000 0 110110 101000 10001111 1001111 100010

Color Harmonies of #129946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129946

Black with #129946

Text Example


Text Example

White with #129946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129946; }

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

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

background-color css

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

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

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

border-color css

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

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

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