Html Css Color HEX #12964E Pigment Green

📋 copy color: '#12964E'

red 18 ◦ green 150 ◦ blue 78

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

Shades of Pigment Green #12964E

Tints of Pigment Green #12964E

RGB

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

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

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

R = 7.32%
G = 60.98%
B = 31.71%

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

#12964E (or 0x12964E) is known color: Pigment Green. HEX triplet: 12, 96 and 4E. RGB value is (18,150,78). Sum of RGB (Red+Green+Blue) = 18+150+78=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #12964E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12964E is #ED69B1. Grayscale: #666666. Windows color (decimal): -15559090 or 5150226. OLE color: 5150226.

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

Color convert

RGB 18 150 78 -
CMYK 0.88 0 0.48 0.41
HSL 147.27º 0.79% 0.33% -
HSV(B) 147.27º 0.88% 0.59% -
XYZ 12.53 22.49 10.89 -
YUV 102.32 114.27 67.85 -
System Red Green Blue C M Y K H S L
Decimal 18 150 78 0.88 0 0.48 0.41 147.27 0.79 0.33
Hex 12 96 4E 58 0 30 29 93 4F 21
Octal 22 226 116 130 0 60 51 223 117 41
Binary 10010 10010110 1001110 1011000 0 110000 101001 10010011 1001111 100001

Color Harmonies of #12964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12964E

Black with #12964E

Text Example


Text Example

White with #12964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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