#12AB51

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

Shades of Pigment Green #12AB51

Tints of Pigment Green #12AB51

Color information

#12AB51 (or 0x12AB51) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 51. RGB value is (18,171,81). Sum of RGB (Red+Green+Blue) = 18+171+81=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB51 is #ED54AE. Grayscale: #737373. Windows color (decimal): -15553711 or 5352210. OLE color: 5352210.

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

Color convert

RGB1817181-
CMYK0.8900.530.33
HSL144.71º80.95%37.06%-
HSV(B)144.71º89.47%67.06%-
XYZ16.329.8512.69-
YUV114.99108.8158.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 171 (67.19% from 255) = 63.33%
BLUE value IS 81 (32.03% from 255) = 30%
R=6.67%
G=63.33%
B=30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171810.8900.530.33144.7180.9537.06
Hex12AB515903521915125
Octal222531211310654122112145
Binary1001010101011101000110110010110101100001100100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,81); }

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

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

 a { background-color: rgb(18,171,81); }

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

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

 span { border-color: rgb(18,171,81); }

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