Html Css Color HEX #12974E Pigment Green

📋 copy color: '#12974E'

red 18 ◦ green 151 ◦ blue 78

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

Shades of Pigment Green #12974E

Tints of Pigment Green #12974E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 61.13%

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 7.29%
G = 61.13%
B = 31.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#12974E (or 0x12974E) is known color: Pigment Green. HEX triplet: 12, 97 and 4E. RGB value is (18,151,78). Sum of RGB (Red+Green+Blue) = 18+151+78=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 151 (59.38% from 255 or 61.13% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 151 - color contains mainly: green. Hex color #12974E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12974E is #ED68B1. Grayscale: #676767. Windows color (decimal): -15558834 or 5150482. OLE color: 5150482.

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

Color convert

RGB 18 151 78 -
CMYK 0.88 0 0.48 0.41
HSL 147.07º 0.79% 0.33% -
HSV(B) 147.07º 0.88% 0.59% -
XYZ 12.69 22.81 10.94 -
YUV 102.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 18 151 78 0.88 0 0.48 0.41 147.07 0.79 0.33
Hex 12 97 4E 58 0 30 29 93 4F 21
Octal 22 227 116 130 0 60 51 223 117 41
Binary 10010 10010111 1001110 1011000 0 110000 101001 10010011 1001111 100001

Color Harmonies of #12974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12974E

Black with #12974E

Text Example


Text Example

White with #12974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12974E; }

 p { color: rgb(18,151,78); }

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

background-color css

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

 a { background-color: rgb(18,151,78); }

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

border-color css

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

 span { border-color: rgb(18,151,78); }

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