#12B650

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

Shades of Pigment Green #12B650

Tints of Pigment Green #12B650

Color information

#12B650 (or 0x12B650) is unknown color: approx Pigment Green. HEX triplet: 12, B6 and 50. RGB value is (18,182,80). Sum of RGB (Red+Green+Blue) = 18+182+80=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #12B650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B650 is #ED49AF. Grayscale: #797979. Windows color (decimal): -15550896 or 5289490. OLE color: 5289490.

HSL color Cylindrical-coordinate representation of color #12B650: hue angle of 142.68º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B650 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1818280-
CMYK0.9000.560.29
HSL142.68º82%39.22%-
HSV(B)142.68º90.11%71.37%-
XYZ18.4334.1613.21-
YUV121.34104.6754.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 182 (71.48% from 255) = 65%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=6.43%
G=65%
B=28.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18182800.9000.560.29142.688239.22
Hex12B6505A0381D8f5227
Octal222661201320703521712247
Binary100101011011010100001011010011100011101100011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,182,80); }

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

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

 a { background-color: rgb(18,182,80); }

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

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

 span { border-color: rgb(18,182,80); }

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