Html Css Color HEX #129840 Pigment Green

📋 copy color: '#129840'

red 18 ◦ green 152 ◦ blue 64

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

Shades of Pigment Green #129840

Tints of Pigment Green #129840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.96%

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

R = 7.69%
G = 64.96%
B = 27.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#129840 (or 0x129840) is known color: Pigment Green. HEX triplet: 12, 98 and 40. RGB value is (18,152,64). Sum of RGB (Red+Green+Blue) = 18+152+64=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #129840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129840 is #ED67BF. Grayscale: #666666. Windows color (decimal): -15558592 or 4233234. OLE color: 4233234.

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

Color convert

RGB 18 152 64 -
CMYK 0.88 0 0.58 0.40
HSL 140.6º 0.79% 0.33% -
HSV(B) 140.6º 0.88% 0.6% -
XYZ 12.4 22.96 8.63 -
YUV 101.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 18 152 64 0.88 0 0.58 0.40 140.6 0.79 0.33
Hex 12 98 40 58 0 3A 28 8D 4F 21
Octal 22 230 100 130 0 72 50 215 117 41
Binary 10010 10011000 1000000 1011000 0 111010 101000 10001101 1001111 100001

Color Harmonies of #129840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129840

Black with #129840

Text Example


Text Example

White with #129840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129840; }

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

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

background-color css

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

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

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

border-color css

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

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

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