Html Css Color HEX #129643 Pigment Green

📋 copy color: '#129643'

red 18 ◦ green 150 ◦ blue 67

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

Shades of Pigment Green #129643

Tints of Pigment Green #129643

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.83%

 BLUE value IS 67 (26.56% from 255) = 28.51%

R = 7.66%
G = 63.83%
B = 28.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#129643 (or 0x129643) is known color: Pigment Green. HEX triplet: 12, 96 and 43. RGB value is (18,150,67). Sum of RGB (Red+Green+Blue) = 18+150+67=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #129643 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129643 is #ED69BC. Grayscale: #656565. Windows color (decimal): -15559101 or 4429330. OLE color: 4429330.

HSL color Cylindrical-coordinate representation of color #129643: hue angle of 142.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129643 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 67 -
CMYK 0.88 0 0.55 0.41
HSL 142.27º 0.79% 0.33% -
HSV(B) 142.27º 0.88% 0.59% -
XYZ 12.17 22.35 8.98 -
YUV 101.07 108.77 68.75 -
System Red Green Blue C M Y K H S L
Decimal 18 150 67 0.88 0 0.55 0.41 142.27 0.79 0.33
Hex 12 96 43 58 0 37 29 8E 4F 21
Octal 22 226 103 130 0 67 51 216 117 41
Binary 10010 10010110 1000011 1011000 0 110111 101001 10001110 1001111 100001

Color Harmonies of #129643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129643

Black with #129643

Text Example


Text Example

White with #129643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129643; }

 p { color: rgb(18,150,67); }

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

background-color css

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

 a { background-color: rgb(18,150,67); }

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

border-color css

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

 span { border-color: rgb(18,150,67); }

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