#12B859

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

Shades of Pigment Green #12B859

Tints of Pigment Green #12B859

Color information

#12B859 (or 0x12B859) is unknown color: approx Pigment Green. HEX triplet: 12, B8 and 59. RGB value is (18,184,89). Sum of RGB (Red+Green+Blue) = 18+184+89=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #12B859 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B859 is #ED47A6. Grayscale: #7B7B7B. Windows color (decimal): -15550375 or 5879826. OLE color: 5879826.

HSL color Cylindrical-coordinate representation of color #12B859: hue angle of 145.66º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B859 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1818489-
CMYK0.9000.520.28
HSL145.66º82.18%39.61%-
HSV(B)145.66º90.22%72.16%-
XYZ19.1935.1315.22-
YUV123.54108.552.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 184 (72.27% from 255) = 63.23%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=6.19%
G=63.23%
B=30.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18184890.9000.520.28145.6682.1839.61
Hex12B8595A0341C925228
Octal222701311320643422212250
Binary100101011100010110011011010011010011100100100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,184,89); }

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

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

 a { background-color: rgb(18,184,89); }

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

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

 span { border-color: rgb(18,184,89); }

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