#12AA5E

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

Shades of Pigment Green #12AA5E

Tints of Pigment Green #12AA5E

Color information

#12AA5E (or 0x12AA5E) is unknown color: approx Pigment Green. HEX triplet: 12, AA and 5E. RGB value is (18,170,94). Sum of RGB (Red+Green+Blue) = 18+170+94=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA5E is #ED55A1. Grayscale: #747474. Windows color (decimal): -15553954 or 6203922. OLE color: 6203922.

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

Color convert

RGB1817094-
CMYK0.8900.450.33
HSL150º80.85%36.86%-
HSV(B)150º89.41%66.67%-
XYZ16.6429.6915.44-
YUV115.89115.6458.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=6.38%
G=60.28%
B=33.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18170940.8900.450.3315080.8536.86
Hex12AA5E5902D21965125
Octal222521361310554122612145
Binary1001010101010101111010110010101101100001100101101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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