Html Css Color HEX #129640 Pigment Green

📋 copy color: '#129640'

red 18 ◦ green 150 ◦ blue 64

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

Shades of Pigment Green #129640

Tints of Pigment Green #129640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 7.76%
G = 64.66%
B = 27.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#129640 (or 0x129640) is known color: Pigment Green. HEX triplet: 12, 96 and 40. RGB value is (18,150,64). Sum of RGB (Red+Green+Blue) = 18+150+64=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #129640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129640 is #ED69BF. Grayscale: #646464. Windows color (decimal): -15559104 or 4232722. OLE color: 4232722.

HSL color Cylindrical-coordinate representation of color #129640: hue angle of 140.91º 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 #129640 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 64 -
CMYK 0.88 0 0.57 0.41
HSL 140.91º 0.79% 0.33% -
HSV(B) 140.91º 0.88% 0.59% -
XYZ 12.08 22.31 8.52 -
YUV 100.73 107.27 68.99 -
System Red Green Blue C M Y K H S L
Decimal 18 150 64 0.88 0 0.57 0.41 140.91 0.79 0.33
Hex 12 96 40 58 0 39 29 8D 4F 21
Octal 22 226 100 130 0 71 51 215 117 41
Binary 10010 10010110 1000000 1011000 0 111001 101001 10001101 1001111 100001

Color Harmonies of #129640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129640

Black with #129640

Text Example


Text Example

White with #129640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129640; }

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

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

background-color css

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

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

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

border-color css

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

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

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