#12AB53

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

Shades of Pigment Green #12AB53

Tints of Pigment Green #12AB53

Color information

#12AB53 (or 0x12AB53) is unknown color: approx Pigment Green. HEX triplet: 12, AB and 53. RGB value is (18,171,83). Sum of RGB (Red+Green+Blue) = 18+171+83=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 171 (67.19% from 255 or 62.87% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB53 is #ED54AC. Grayscale: #737373. Windows color (decimal): -15553709 or 5483282. OLE color: 5483282.

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

Color convert

RGB1817183-
CMYK0.8900.510.33
HSL145.49º80.95%37.06%-
HSV(B)145.49º89.47%67.06%-
XYZ16.3729.8813.09-
YUV115.22109.8158.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 171 (67.19% from 255) = 62.87%
BLUE value IS 83 (32.81% from 255) = 30.51%
R=6.62%
G=62.87%
B=30.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171830.8900.510.33145.4980.9537.06
Hex12AB535903321915125
Octal222531231310634122112145
Binary1001010101011101001110110010110011100001100100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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