#12BB5D

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

Shades of Pigment Green #12BB5D

Tints of Pigment Green #12BB5D

Color information

#12BB5D (or 0x12BB5D) is unknown color: approx Pigment Green. HEX triplet: 12, BB and 5D. RGB value is (18,187,93). Sum of RGB (Red+Green+Blue) = 18+187+93=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB5D is #ED44A2. Grayscale: #7D7D7D. Windows color (decimal): -15549603 or 6142738. OLE color: 6142738.

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

Color convert

RGB1818793-
CMYK0.9000.500.27
HSL146.63º82.44%40.2%-
HSV(B)146.63º90.37%73.33%-
XYZ2036.4616.34-
YUV125.75109.5151.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 187 (73.44% from 255) = 62.75%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=6.04%
G=62.75%
B=31.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187930.9000.500.27146.6382.4440.2
Hex12BB5D5A0321B935228
Octal222731351320623322312250
Binary100101011101110111011011010011001011011100100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,93); }

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

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

 a { background-color: rgb(18,187,93); }

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

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

 span { border-color: rgb(18,187,93); }

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