#12AC50

Color #12AC50 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #12AC50

Tints of Pigment Green #12AC50

Color information

#12AC50 (or 0x12AC50) is unknown color: approx Pigment Green. HEX triplet: 12, AC and 50. RGB value is (18,172,80). Sum of RGB (Red+Green+Blue) = 18+172+80=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC50 is #ED53AF. Grayscale: #737373. Windows color (decimal): -15553456 or 5286930. OLE color: 5286930.

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

Color convert

RGB1817280-
CMYK0.9000.530.33
HSL144.16º81.05%37.25%-
HSV(B)144.16º89.53%67.45%-
XYZ16.4530.2112.55-
YUV115.47107.9858.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 172 (67.58% from 255) = 63.70%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=6.67%
G=63.70%
B=29.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172800.9000.530.33144.1681.0537.25
Hex12AC505A03521905125
Octal222541201320654122012145
Binary1001010101100101000010110100110101100001100100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12AC50;
 }
 .AnyTagClassName
 {
   color: #12AC50;
 }
</style>
background-color css

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

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

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

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

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

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