#12AA53

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

Shades of Pigment Green #12AA53

Tints of Pigment Green #12AA53

Color information

#12AA53 (or 0x12AA53) is unknown color: approx Pigment Green. HEX triplet: 12, AA and 53. RGB value is (18,170,83). Sum of RGB (Red+Green+Blue) = 18+170+83=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA53 is #ED55AC. Grayscale: #727272. Windows color (decimal): -15553965 or 5483026. OLE color: 5483026.

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

Color convert

RGB1817083-
CMYK0.8900.510.33
HSL145.66º80.85%36.86%-
HSV(B)145.66º89.41%66.67%-
XYZ16.1929.513.03-
YUV114.63110.1459.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=6.64%
G=62.73%
B=30.63%

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
Decimal18170830.8900.510.33145.6680.8536.86
Hex12AA535903321925125
Octal222521231310634122212145
Binary1001010101010101001110110010110011100001100100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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