#12B457

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

Shades of Pigment Green #12B457

Tints of Pigment Green #12B457

Color information

#12B457 (or 0x12B457) is unknown color: approx Pigment Green. HEX triplet: 12, B4 and 57. RGB value is (18,180,87). Sum of RGB (Red+Green+Blue) = 18+180+87=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #12B457 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B457 is #ED4BA8. Grayscale: #797979. Windows color (decimal): -15551401 or 5747730. OLE color: 5747730.

HSL color Cylindrical-coordinate representation of color #12B457: hue angle of 145.56º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B457 is Cyan = 0.9, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1818087-
CMYK0.900.520.29
HSL145.56º81.82%38.82%-
HSV(B)145.56º90%70.59%-
XYZ18.2933.4614.51-
YUV120.96108.8354.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=6.32%
G=63.16%
B=30.53%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18180870.900.520.29145.5681.8238.82
Hex12B4575A0341D925227
Octal222641271320643522212247
Binary100101011010010101111011010011010011101100100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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