Html Css Color HEX #12A64D Pigment Green

📋 copy color: '#12A64D'

red 18 ◦ green 166 ◦ blue 77

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

Shades of Pigment Green #12A64D

Tints of Pigment Green #12A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.6%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 6.9%
G = 63.6%
B = 29.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#12A64D (or 0x12A64D) is known color: Pigment Green. HEX triplet: 12, A6 and 4D. RGB value is (18,166,77). Sum of RGB (Red+Green+Blue) = 18+166+77=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 166 (65.23% from 255 or 63.60% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 166 - color contains mainly: green. Hex color #12A64D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A64D is #ED59B2. Grayscale: #6F6F6F. Windows color (decimal): -15554995 or 5088786. OLE color: 5088786.

HSL color Cylindrical-coordinate representation of color #12A64D: hue angle of 143.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A64D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 166 77 -
CMYK 0.89 0 0.54 0.35
HSL 143.92º 0.8% 0.36% -
HSV(B) 143.92º 0.89% 0.65% -
XYZ 15.23 27.94 11.61 -
YUV 111.6 108.47 61.24 -
System Red Green Blue C M Y K H S L
Decimal 18 166 77 0.89 0 0.54 0.35 143.92 0.8 0.36
Hex 12 A6 4D 59 0 36 23 90 50 24
Octal 22 246 115 131 0 66 43 220 120 44
Binary 10010 10100110 1001101 1011001 0 110110 100011 10010000 1010000 100100

Color Harmonies of #12A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A64D

Black with #12A64D

Text Example


Text Example

White with #12A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A64D; }

 p { color: rgb(18,166,77); }

 H1.HeaderClassName
 {
   color: #12A64D;
 }
 .AnyTagClassName
 {
   color: #12A64D;
 }
</style>

background-color css

<style>
 a { background-color: #12A64D; }

 a { background-color: rgb(18,166,77); }

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

border-color css

<style>
 span { border-color: #12A64D; }

 span { border-color: rgb(18,166,77); }

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