#12BA5B

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

Shades of Pigment Green #12BA5B

Tints of Pigment Green #12BA5B

Color information

#12BA5B (or 0x12BA5B) is unknown color: approx Pigment Green. HEX triplet: 12, BA and 5B. RGB value is (18,186,91). Sum of RGB (Red+Green+Blue) = 18+186+91=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA5B is #ED45A4. Grayscale: #7D7D7D. Windows color (decimal): -15549861 or 6011410. OLE color: 6011410.

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

Color convert

RGB1818691-
CMYK0.9000.510.27
HSL146.07º82.35%40%-
HSV(B)146.07º90.32%72.94%-
XYZ19.73615.81-
YUV124.94108.8451.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=6.10%
G=63.05%
B=30.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186910.9000.510.27146.0782.3540
Hex12BA5B5A0331B925228
Octal222721331320633322212250
Binary100101011101010110111011010011001111011100100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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