Html Css Color HEX #12AC47 Pigment Green

📋 copy color: '#12AC47'

red 18 ◦ green 172 ◦ blue 71

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

Shades of Pigment Green #12AC47

Tints of Pigment Green #12AC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.9%

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 6.9%
G = 65.9%
B = 27.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#12AC47 (or 0x12AC47) is known color: Pigment Green. HEX triplet: 12, AC and 47. RGB value is (18,172,71). Sum of RGB (Red+Green+Blue) = 18+172+71=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC47 is #ED53B8. Grayscale: #727272. Windows color (decimal): -15553465 or 4697106. OLE color: 4697106.

HSL color Cylindrical-coordinate representation of color #12AC47: hue angle of 140.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC47 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 71 -
CMYK 0.90 0 0.59 0.33
HSL 140.65º 0.81% 0.37% -
HSV(B) 140.65º 0.9% 0.67% -
XYZ 16.14 30.09 10.92 -
YUV 114.44 103.48 59.21 -
System Red Green Blue C M Y K H S L
Decimal 18 172 71 0.90 0 0.59 0.33 140.65 0.81 0.37
Hex 12 AC 47 5A 0 3B 21 8D 51 25
Octal 22 254 107 132 0 73 41 215 121 45
Binary 10010 10101100 1000111 1011010 0 111011 100001 10001101 1010001 100101

Color Harmonies of #12AC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC47

Black with #12AC47

Text Example


Text Example

White with #12AC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,71); }

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

background-color css

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

 a { background-color: rgb(18,172,71); }

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

border-color css

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

 span { border-color: rgb(18,172,71); }

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