Html Css Color HEX #12AC56 Pigment Green

📋 copy color: '#12AC56'

red 18 ◦ green 172 ◦ blue 86

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

Shades of Pigment Green #12AC56

Tints of Pigment Green #12AC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 6.52%
G = 62.32%
B = 31.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#12AC56 (or 0x12AC56) is known color: Pigment Green. HEX triplet: 12, AC and 56. RGB value is (18,172,86). Sum of RGB (Red+Green+Blue) = 18+172+86=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC56 is #ED53A9. Grayscale: #747474. Windows color (decimal): -15553450 or 5680146. OLE color: 5680146.

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

Color convert

RGB 18 172 86 -
CMYK 0.90 0 0.5 0.33
HSL 146.49º 0.81% 0.37% -
HSV(B) 146.49º 0.9% 0.67% -
XYZ 16.68 30.31 13.77 -
YUV 116.15 110.98 57.99 -
System Red Green Blue C M Y K H S L
Decimal 18 172 86 0.90 0 0.5 0.33 146.49 0.81 0.37
Hex 12 AC 56 5A 0 32 21 92 51 25
Octal 22 254 126 132 0 62 41 222 121 45
Binary 10010 10101100 1010110 1011010 0 110010 100001 10010010 1010001 100101

Color Harmonies of #12AC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC56

Black with #12AC56

Text Example


Text Example

White with #12AC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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