Html Css Color HEX #12974A Pigment Green

📋 copy color: '#12974A'

red 18 ◦ green 151 ◦ blue 74

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

Shades of Pigment Green #12974A

Tints of Pigment Green #12974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 7.41%
G = 62.14%
B = 30.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#12974A (or 0x12974A) is known color: Pigment Green. HEX triplet: 12, 97 and 4A. RGB value is (18,151,74). Sum of RGB (Red+Green+Blue) = 18+151+74=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #12974A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12974A is #ED68B5. Grayscale: #666666. Windows color (decimal): -15558838 or 4888338. OLE color: 4888338.

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

Color convert

RGB 18 151 74 -
CMYK 0.88 0 0.51 0.41
HSL 145.26º 0.79% 0.33% -
HSV(B) 145.26º 0.88% 0.59% -
XYZ 12.55 22.76 10.21 -
YUV 102.46 111.94 67.76 -
System Red Green Blue C M Y K H S L
Decimal 18 151 74 0.88 0 0.51 0.41 145.26 0.79 0.33
Hex 12 97 4A 58 0 33 29 91 4F 21
Octal 22 227 112 130 0 63 51 221 117 41
Binary 10010 10010111 1001010 1011000 0 110011 101001 10010001 1001111 100001

Color Harmonies of #12974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12974A

Black with #12974A

Text Example


Text Example

White with #12974A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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