Html Css Color HEX #129850 Pigment Green

📋 copy color: '#129850'

red 18 ◦ green 152 ◦ blue 80

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

Shades of Pigment Green #129850

Tints of Pigment Green #129850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32%

R = 7.2%
G = 60.8%
B = 32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#129850 (or 0x129850) is known color: Pigment Green. HEX triplet: 12, 98 and 50. RGB value is (18,152,80). Sum of RGB (Red+Green+Blue) = 18+152+80=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #129850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129850 is #ED67AF. Grayscale: #676767. Windows color (decimal): -15558576 or 5281810. OLE color: 5281810.

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

Color convert

RGB 18 152 80 -
CMYK 0.88 0 0.47 0.40
HSL 147.76º 0.79% 0.33% -
HSV(B) 147.76º 0.88% 0.6% -
XYZ 12.93 23.16 11.38 -
YUV 103.73 114.61 66.85 -
System Red Green Blue C M Y K H S L
Decimal 18 152 80 0.88 0 0.47 0.40 147.76 0.79 0.33
Hex 12 98 50 58 0 2F 28 94 4F 21
Octal 22 230 120 130 0 57 50 224 117 41
Binary 10010 10011000 1010000 1011000 0 101111 101000 10010100 1001111 100001

Color Harmonies of #129850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129850

Black with #129850

Text Example


Text Example

White with #129850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129850; }

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

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

background-color css

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

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

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

border-color css

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

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

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