Html Css Color HEX #12AC4A Pigment Green

📋 copy color: '#12AC4A'

red 18 ◦ green 172 ◦ blue 74

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

Shades of Pigment Green #12AC4A

Tints of Pigment Green #12AC4A

RGB

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

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

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

R = 6.82%
G = 65.15%
B = 28.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#12AC4A (or 0x12AC4A) is known color: Pigment Green. HEX triplet: 12, AC and 4A. RGB value is (18,172,74). Sum of RGB (Red+Green+Blue) = 18+172+74=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC4A is #ED53B5. Grayscale: #737373. Windows color (decimal): -15553462 or 4893714. OLE color: 4893714.

HSL color Cylindrical-coordinate representation of color #12AC4A: hue angle of 141.82º 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 #12AC4A is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 74 -
CMYK 0.90 0 0.57 0.33
HSL 141.82º 0.81% 0.37% -
HSV(B) 141.82º 0.9% 0.67% -
XYZ 16.24 30.13 11.44 -
YUV 114.78 104.98 58.97 -
System Red Green Blue C M Y K H S L
Decimal 18 172 74 0.90 0 0.57 0.33 141.82 0.81 0.37
Hex 12 AC 4A 5A 0 39 21 8E 51 25
Octal 22 254 112 132 0 71 41 216 121 45
Binary 10010 10101100 1001010 1011010 0 111001 100001 10001110 1010001 100101

Color Harmonies of #12AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC4A

Black with #12AC4A

Text Example


Text Example

White with #12AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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