Html Css Color HEX #12964A Pigment Green

📋 copy color: '#12964A'

red 18 ◦ green 150 ◦ blue 74

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

Shades of Pigment Green #12964A

Tints of Pigment Green #12964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.98%

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

R = 7.44%
G = 61.98%
B = 30.58%

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

#12964A (or 0x12964A) is known color: Pigment Green. HEX triplet: 12, 96 and 4A. RGB value is (18,150,74). Sum of RGB (Red+Green+Blue) = 18+150+74=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #12964A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12964A is #ED69B5. Grayscale: #666666. Windows color (decimal): -15559094 or 4888082. OLE color: 4888082.

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

Color convert

RGB 18 150 74 -
CMYK 0.88 0 0.51 0.41
HSL 145.45º 0.79% 0.33% -
HSV(B) 145.45º 0.88% 0.59% -
XYZ 12.39 22.44 10.16 -
YUV 101.87 112.27 68.18 -
System Red Green Blue C M Y K H S L
Decimal 18 150 74 0.88 0 0.51 0.41 145.45 0.79 0.33
Hex 12 96 4A 58 0 33 29 91 4F 21
Octal 22 226 112 130 0 63 51 221 117 41
Binary 10010 10010110 1001010 1011000 0 110011 101001 10010001 1001111 100001

Color Harmonies of #12964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12964A

Black with #12964A

Text Example


Text Example

White with #12964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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