Html Css Color HEX #129E3C Pigment Green

📋 copy color: '#129E3C'

red 18 ◦ green 158 ◦ blue 60

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

Shades of Pigment Green #129E3C

Tints of Pigment Green #129E3C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 66.95%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 7.63%
G = 66.95%
B = 25.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#129E3C (or 0x129E3C) is known color: Pigment Green. HEX triplet: 12, 9E and 3C. RGB value is (18,158,60). Sum of RGB (Red+Green+Blue) = 18+158+60=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #129E3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E3C is #ED61C3. Grayscale: #696969. Windows color (decimal): -15557060 or 3972626. OLE color: 3972626.

HSL color Cylindrical-coordinate representation of color #129E3C: hue angle of 138º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E3C is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 60 -
CMYK 0.89 0 0.62 0.38
HSL 138º 0.8% 0.35% -
HSV(B) 138º 0.89% 0.62% -
XYZ 13.29 24.91 8.38 -
YUV 104.97 102.62 65.97 -
System Red Green Blue C M Y K H S L
Decimal 18 158 60 0.89 0 0.62 0.38 138 0.8 0.35
Hex 12 9E 3C 59 0 3E 26 8A 50 23
Octal 22 236 74 131 0 76 46 212 120 43
Binary 10010 10011110 111100 1011001 0 111110 100110 10001010 1010000 100011

Color Harmonies of #129E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E3C

Black with #129E3C

Text Example


Text Example

White with #129E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129E3C; }

 p { color: rgb(18,158,60); }

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

background-color css

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

 a { background-color: rgb(18,158,60); }

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

border-color css

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

 span { border-color: rgb(18,158,60); }

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