#12B85B

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

Shades of Pigment Green #12B85B

Tints of Pigment Green #12B85B

Color information

#12B85B (or 0x12B85B) is unknown color: approx Pigment Green. HEX triplet: 12, B8 and 5B. RGB value is (18,184,91). Sum of RGB (Red+Green+Blue) = 18+184+91=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #12B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B85B is #ED47A4. Grayscale: #7B7B7B. Windows color (decimal): -15550373 or 6010898. OLE color: 6010898.

HSL color Cylindrical-coordinate representation of color #12B85B: hue angle of 146.39º 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 #12B85B is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1818491-
CMYK0.9000.510.28
HSL146.39º82.18%39.61%-
HSV(B)146.39º90.22%72.16%-
XYZ19.2835.1615.67-
YUV123.76109.552.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 184 (72.27% from 255) = 62.80%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=6.14%
G=62.80%
B=31.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18184910.9000.510.28146.3982.1839.61
Hex12B85B5A0331C925228
Octal222701331320633422212250
Binary100101011100010110111011010011001111100100100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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