Html Css Color HEX #12AC4C Pigment Green

📋 copy color: '#12AC4C'

red 18 ◦ green 172 ◦ blue 76

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

Shades of Pigment Green #12AC4C

Tints of Pigment Green #12AC4C

RGB

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

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

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

R = 6.77%
G = 64.66%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#12AC4C (or 0x12AC4C) is known color: Pigment Green. HEX triplet: 12, AC and 4C. RGB value is (18,172,76). Sum of RGB (Red+Green+Blue) = 18+172+76=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC4C is #ED53B3. Grayscale: #737373. Windows color (decimal): -15553460 or 5024786. OLE color: 5024786.

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

Color convert

RGB 18 172 76 -
CMYK 0.90 0 0.56 0.33
HSL 142.6º 0.81% 0.37% -
HSV(B) 142.6º 0.9% 0.67% -
XYZ 16.31 30.16 11.8 -
YUV 115.01 105.98 58.81 -
System Red Green Blue C M Y K H S L
Decimal 18 172 76 0.90 0 0.56 0.33 142.6 0.81 0.37
Hex 12 AC 4C 5A 0 38 21 8F 51 25
Octal 22 254 114 132 0 70 41 217 121 45
Binary 10010 10101100 1001100 1011010 0 111000 100001 10001111 1010001 100101

Color Harmonies of #12AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC4C

Black with #12AC4C

Text Example


Text Example

White with #12AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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