Html Css Color HEX #12974C Pigment Green

📋 copy color: '#12974C'

red 18 ◦ green 151 ◦ blue 76

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

Shades of Pigment Green #12974C

Tints of Pigment Green #12974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 7.35%
G = 61.63%
B = 31.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#12974C (or 0x12974C) is known color: Pigment Green. HEX triplet: 12, 97 and 4C. RGB value is (18,151,76). Sum of RGB (Red+Green+Blue) = 18+151+76=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #12974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12974C is #ED68B3. Grayscale: #666666. Windows color (decimal): -15558836 or 5019410. OLE color: 5019410.

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

Color convert

RGB 18 151 76 -
CMYK 0.88 0 0.50 0.41
HSL 146.17º 0.79% 0.33% -
HSV(B) 146.17º 0.88% 0.59% -
XYZ 12.62 22.78 10.57 -
YUV 102.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 18 151 76 0.88 0 0.50 0.41 146.17 0.79 0.33
Hex 12 97 4C 58 0 32 29 92 4F 21
Octal 22 227 114 130 0 62 51 222 117 41
Binary 10010 10010111 1001100 1011000 0 110010 101001 10010010 1001111 100001

Color Harmonies of #12974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12974C

Black with #12974C

Text Example


Text Example

White with #12974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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