Html Css Color HEX #12964C Pigment Green

📋 copy color: '#12964C'

red 18 ◦ green 150 ◦ blue 76

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

Shades of Pigment Green #12964C

Tints of Pigment Green #12964C

RGB

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

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

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

R = 7.38%
G = 61.48%
B = 31.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#12964C (or 0x12964C) is known color: Pigment Green. HEX triplet: 12, 96 and 4C. RGB value is (18,150,76). Sum of RGB (Red+Green+Blue) = 18+150+76=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #12964C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12964C is #ED69B3. Grayscale: #666666. Windows color (decimal): -15559092 or 5019154. OLE color: 5019154.

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

Color convert

RGB 18 150 76 -
CMYK 0.88 0 0.49 0.41
HSL 146.36º 0.79% 0.33% -
HSV(B) 146.36º 0.88% 0.59% -
XYZ 12.46 22.46 10.52 -
YUV 102.1 113.27 68.02 -
System Red Green Blue C M Y K H S L
Decimal 18 150 76 0.88 0 0.49 0.41 146.36 0.79 0.33
Hex 12 96 4C 58 0 31 29 92 4F 21
Octal 22 226 114 130 0 61 51 222 117 41
Binary 10010 10010110 1001100 1011000 0 110001 101001 10010010 1001111 100001

Color Harmonies of #12964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12964C

Black with #12964C

Text Example


Text Example

White with #12964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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