#12BB5A

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

Shades of Pigment Green #12BB5A

Tints of Pigment Green #12BB5A

Color information

#12BB5A (or 0x12BB5A) is unknown color: approx Pigment Green. HEX triplet: 12, BB and 5A. RGB value is (18,187,90). Sum of RGB (Red+Green+Blue) = 18+187+90=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB5A is #ED44A5. Grayscale: #7D7D7D. Windows color (decimal): -15549606 or 5946130. OLE color: 5946130.

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

Color convert

RGB1818790-
CMYK0.9000.520.27
HSL145.56º82.44%40.2%-
HSV(B)145.56º90.37%73.33%-
XYZ19.8736.4115.65-
YUV125.41108.0151.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 187 (73.44% from 255) = 63.39%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=6.10%
G=63.39%
B=30.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187900.9000.520.27145.5682.4440.2
Hex12BB5A5A0341B925228
Octal222731321320643322212250
Binary100101011101110110101011010011010011011100100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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