#12A550

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

Shades of Pigment Green #12A550

Tints of Pigment Green #12A550

Color information

#12A550 (or 0x12A550) is unknown color: approx Pigment Green. HEX triplet: 12, A5 and 50. RGB value is (18,165,80). Sum of RGB (Red+Green+Blue) = 18+165+80=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #12A550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A550 is #ED5AAF. Grayscale: #6F6F6F. Windows color (decimal): -15555248 or 5285138. OLE color: 5285138.

HSL color Cylindrical-coordinate representation of color #12A550: hue angle of 145.31º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A550 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB1816580-
CMYK0.8900.520.35
HSL145.31º80.33%35.88%-
HSV(B)145.31º89.09%64.71%-
XYZ15.1527.6212.12-
YUV111.36110.361.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.84%
GREEN value IS 165 (64.84% from 255) = 62.74%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=6.84%
G=62.74%
B=30.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165800.8900.520.35145.3180.3335.88
Hex12A5505903423915024
Octal222451201310644322112044
Binary1001010100101101000010110010110100100011100100011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,80); }

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

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

 a { background-color: rgb(18,165,80); }

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

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

 span { border-color: rgb(18,165,80); }

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