#12BA50

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

Shades of Dark Pastel Green #12BA50

Tints of Dark Pastel Green #12BA50

Color information

#12BA50 (or 0x12BA50) is unknown color: approx Dark Pastel Green. HEX triplet: 12, BA and 50. RGB value is (18,186,80). Sum of RGB (Red+Green+Blue) = 18+186+80=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA50 is #ED45AF. Grayscale: #7B7B7B. Windows color (decimal): -15549872 or 5290514. OLE color: 5290514.

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

Color convert

RGB1818680-
CMYK0.9000.570.27
HSL142.14º82.35%40%-
HSV(B)142.14º90.32%72.94%-
XYZ19.2635.8313.49-
YUV123.68103.3452.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=6.34%
G=65.49%
B=28.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18186800.9000.570.27142.1482.3540
Hex12BA505A0391B8e5228
Octal222721201320713321612250
Binary100101011101010100001011010011100111011100011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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