Html Css Color HEX #12944A Pigment Green

📋 copy color: '#12944A'

red 18 ◦ green 148 ◦ blue 74

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

Shades of Pigment Green #12944A

Tints of Pigment Green #12944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.67%

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

R = 7.5%
G = 61.67%
B = 30.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#12944A (or 0x12944A) is known color: Pigment Green. HEX triplet: 12, 94 and 4A. RGB value is (18,148,74). Sum of RGB (Red+Green+Blue) = 18+148+74=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #12944A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12944A is #ED6BB5. Grayscale: #646464. Windows color (decimal): -15559606 or 4887570. OLE color: 4887570.

HSL color Cylindrical-coordinate representation of color #12944A: hue angle of 145.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12944A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 74 -
CMYK 0.88 0 0.50 0.42
HSL 145.85º 0.78% 0.33% -
HSV(B) 145.85º 0.88% 0.58% -
XYZ 12.08 21.8 10.05 -
YUV 100.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 18 148 74 0.88 0 0.50 0.42 145.85 0.78 0.33
Hex 12 94 4A 58 0 32 2A 92 4E 21
Octal 22 224 112 130 0 62 52 222 116 41
Binary 10010 10010100 1001010 1011000 0 110010 101010 10010010 1001110 100001

Color Harmonies of #12944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12944A

Black with #12944A

Text Example


Text Example

White with #12944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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