#12AA57

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

Shades of Pigment Green #12AA57

Tints of Pigment Green #12AA57

Color information

#12AA57 (or 0x12AA57) is unknown color: approx Pigment Green. HEX triplet: 12, AA and 57. RGB value is (18,170,87). Sum of RGB (Red+Green+Blue) = 18+170+87=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA57 is #ED55A8. Grayscale: #737373. Windows color (decimal): -15553961 or 5745170. OLE color: 5745170.

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

Color convert

RGB1817087-
CMYK0.8900.490.33
HSL147.24º80.85%36.86%-
HSV(B)147.24º89.41%66.67%-
XYZ16.3429.5713.86-
YUV115.09112.1458.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 170 (66.80% from 255) = 61.82%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=6.55%
G=61.82%
B=31.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18170870.8900.490.33147.2480.8536.86
Hex12AA575903121935125
Octal222521271310614122312145
Binary1001010101010101011110110010110001100001100100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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